summaryrefslogtreecommitdiff
path: root/architecture
diff options
context:
space:
mode:
authorjrayhawk <jrayhawk@web>2010-06-29 23:33:09 -0700
committerpiny-code <ikiwiki-piny-code@piny.svcs.cs.pdx.edu>2010-06-29 23:33:09 -0700
commit4dd04dc14cc6752c1f604384ffc72ce9c2fc3320 (patch)
treecfa320ddc14277aad60e7130a0c3874fa0924d00 /architecture
parent7caba661a9c9602bc9430c0259bba6fa814a6868 (diff)
downloadpiny-code-4dd04dc14cc6752c1f604384ffc72ce9c2fc3320.tar.gz
piny-code-4dd04dc14cc6752c1f604384ffc72ce9c2fc3320.zip
needed user facing infrastructure: marking lsaccess and lsrepo as done
Diffstat (limited to 'architecture')
-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 571b779..ed112e2 100644
--- a/architecture/needed_user_facing_infrastructure.mdwn
+++ b/architecture/needed_user_facing_infrastructure.mdwn
@@ -6,8 +6,8 @@ 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.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, TODO: lsrepo |TODO: CGI frontend
-repo user management |DONE: /srv/rbin/addaccess, rmaccess TODO: lsaccess |TODO: CGI frontend
+repo creation, deletion |DONE: /srv/rbin/newrepo, rmrepo, lsrepo |TODO: CGI frontend
+repo user management |DONE: /srv/rbin/addaccess, rmaccess, lsaccess |TODO: CGI frontend
[[mailing list addition|mail]] |TODO: /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
disable password auth if ssh key|TODO |Ha ha NEVER