summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2009-09-03 10:38:30 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2009-09-03 10:38:30 -0700
commitbb342a71d7016951c69bb2418707e3272f9a819c (patch)
tree1c7a088900b2c5a01dee91db5e598416560a0fd9
parentbaa161c85d6e20dda6f16db272dc0622470d6cdf (diff)
downloadhosting-bb342a71d7016951c69bb2418707e3272f9a819c.tar.gz
hosting-bb342a71d7016951c69bb2418707e3272f9a819c.zip
Collecting newrepo/rmrepo into one line.
-rw-r--r--architecture/needed_user_facing_infrastructure.mdwn3
1 files changed, 1 insertions, 2 deletions
diff --git a/architecture/needed_user_facing_infrastructure.mdwn b/architecture/needed_user_facing_infrastructure.mdwn
index bdc8fd7..0dc608c 100644
--- a/architecture/needed_user_facing_infrastructure.mdwn
+++ b/architecture/needed_user_facing_infrastructure.mdwn
@@ -4,8 +4,7 @@ It'd be nice to maintain feature parity between command line access and web acce
feature |command line |web
anonymous account creation |DONE: ssh createuser@piny.svcs.cs.pdx.edu |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 |DONE: /srv/rbin/newrepo |TODO: CGI frontend
-repo removal |DONE: /srv/rbin/rmrepo |TODO: CGI frontend
+repo creation, deletion |DONE: /srv/rbin/newrepo, rmrepo |TODO: CGI frontend
repo user management |DONE: /srv/rbin/addaccess, rmaccess |TODO: CGI frontend
[[mailing list addition|mail]] |TODO: ssh piny /srv/rbin/addlist |TODO: CGI frontend
authorized_keys modification |TODO: cmdlind frontend to cat > ~/.ssh/authorized_keys|TODO: CGI frontend, though i am not convinced anyone would care