diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/architecture/needed_user_facing_infrastructure.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/architecture/needed_user_facing_infrastructure.mdwn b/docs/architecture/needed_user_facing_infrastructure.mdwn index 1e7284a..3e3171e 100644 --- a/docs/architecture/needed_user_facing_infrastructure.mdwn +++ b/docs/architecture/needed_user_facing_infrastructure.mdwn @@ -5,7 +5,7 @@ It'd be nice to maintain feature parity between command line access and web acce [[!table data=""" feature |command line |web -anonymous account creation |DONE: ssh createuser@piny.be |TODO: CGI frontend to adduser +anonymous account creation |DONE: ssh newuser@piny.be |TODO: CGI frontend to adduser password modification |DONE: /srv/rbin/passwd |TODO: Authen::PAM chauthtok CGI jblake: the pam interface was *really* not designed with http in mind though if you hard-code the interaction script it's not hard at all repo creation, deletion |DONE: /srv/rbin/newrepo, rmrepo, lsrepo |TODO: CGI frontend repo user management |DONE: /srv/rbin/addaccess, rmaccess, lsaccess |TODO: CGI frontend |