summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2009-09-03 10:11:01 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2009-09-03 10:11:01 -0700
commitbaa161c85d6e20dda6f16db272dc0622470d6cdf (patch)
treeab5998fb400770ffe3705e41f9ca8ff3dba8fa91
parent2abbae7819943d09e1f94c5889ae51449e16d796 (diff)
downloadhosting-baa161c85d6e20dda6f16db272dc0622470d6cdf.tar.gz
hosting-baa161c85d6e20dda6f16db272dc0622470d6cdf.zip
User access management: DONE
-rw-r--r--architecture/needed_user_facing_infrastructure.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/architecture/needed_user_facing_infrastructure.mdwn b/architecture/needed_user_facing_infrastructure.mdwn
index 259346b..bdc8fd7 100644
--- a/architecture/needed_user_facing_infrastructure.mdwn
+++ b/architecture/needed_user_facing_infrastructure.mdwn
@@ -6,7 +6,7 @@ anonymous account creation |DONE: ssh createuser@piny.svcs.cs.pdx.edu |TODO: CGI
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 user management |TODO: frontend to adduser/deluser user group |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
config tweaking |TODO: ssh piny /srv/rbin/chrepo |TODO: CGI frontend