diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-04-15 18:43:29 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-04-15 18:43:29 -0700 |
commit | f085b6be029b4893b4096f0216ccbde41308b32f (patch) | |
tree | f4e6baa17e31d088727f6687ca776f5b4c91cc16 /docs/architecture | |
parent | c6fa357ed3f504cc5e629df5c84cfbd92d90ad32 (diff) | |
download | piny-code-f085b6be029b4893b4096f0216ccbde41308b32f.tar.gz piny-code-f085b6be029b4893b4096f0216ccbde41308b32f.zip |
Remove createuser so we stop conflicting with postgres-client packages
Diffstat (limited to 'docs/architecture')
-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 |