diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/architecture.mdwn | 1 | ||||
-rw-r--r-- | docs/architecture/needed_user_facing_infrastructure.mdwn | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/docs/architecture.mdwn b/docs/architecture.mdwn deleted file mode 100644 index 91e169c..0000000 --- a/docs/architecture.mdwn +++ /dev/null @@ -1 +0,0 @@ -[[!map pages="docs/architecture/* and ! docs/architecture/*/*"]] 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 |