summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjrayhawk <jrayhawk@web>2009-08-31 00:21:52 -0700
committerikiwiki-piny-web <ikiwiki-piny-web@piny.svcs.cs.pdx.edu>2009-08-31 00:21:52 -0700
commitcd7a1cdcf44e25b1e4b6b0ea8edb5ecd6d028e77 (patch)
tree6944f302606e71e6155273727d7d9591353a0280
parent479d502f35f9717cdf00da31ae2bb1b2d7f8ade6 (diff)
downloadhosting-cd7a1cdcf44e25b1e4b6b0ea8edb5ecd6d028e77.tar.gz
hosting-cd7a1cdcf44e25b1e4b6b0ea8edb5ecd6d028e77.zip
arbitrary wording change to test permissions
-rw-r--r--architecture/needed_user_facing_infrastructure.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/architecture/needed_user_facing_infrastructure.mdwn b/architecture/needed_user_facing_infrastructure.mdwn
index f9e9fd7..b5fca83 100644
--- a/architecture/needed_user_facing_infrastructure.mdwn
+++ b/architecture/needed_user_facing_infrastructure.mdwn
@@ -4,8 +4,8 @@ It'd be nice to maintain feature parity between command line access and web acce
feature|command line|web
anonymous account creation|TODO: ssh createuser@piny.svcs.cs.pdx.edu|TODO: CGI frontend to adduser
password modification|DONE: ssh piny /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
-wiki creation|TODO: ssh piny /srv/rbin/mkwiki|TODO: CGI frontend
-wiki user management|TODO: cmdline frontend to adduser user group |TODO: CGI frontend
+repo creation|TODO: ssh piny /srv/rbin/mkwiki|TODO: CGI frontend
+repo user management|TODO: cmdline frontend to adduser user group |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
wiki config modification|TODO: ssh piny /srv/rbin/chwiki|TODO: CGI frontend