From 7c3f36cbaa0f584db371730b84be449a4c2b50a3 Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Sun, 26 Apr 2009 20:57:32 -0700 Subject: strucutre -> structure --- architecture/needed_user_facing_infrastructure.mdwn | 18 ++++++++++++++++++ architecture/needed_user_facing_infrastrucutre.mdwn | 18 ------------------ 2 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 architecture/needed_user_facing_infrastructure.mdwn delete mode 100644 architecture/needed_user_facing_infrastrucutre.mdwn diff --git a/architecture/needed_user_facing_infrastructure.mdwn b/architecture/needed_user_facing_infrastructure.mdwn new file mode 100644 index 0000000..444ad1e --- /dev/null +++ b/architecture/needed_user_facing_infrastructure.mdwn @@ -0,0 +1,18 @@ +It'd be nice to maintain feature parity between command line access and web access. + +[[!table data""" +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 +mailing list addition|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 modification|TODO: ssh piny /srv/rbin/chwiki|TODO: CGI frontend +"""] + +Eventually: +- configuration for globally writable repos vs. group writable repos +- configuration for globally readable repos vs. group readable repos + +- SSL client keys for folks who hate HTTP AUTH? (all one of me) diff --git a/architecture/needed_user_facing_infrastrucutre.mdwn b/architecture/needed_user_facing_infrastrucutre.mdwn deleted file mode 100644 index 444ad1e..0000000 --- a/architecture/needed_user_facing_infrastrucutre.mdwn +++ /dev/null @@ -1,18 +0,0 @@ -It'd be nice to maintain feature parity between command line access and web access. - -[[!table data""" -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 -mailing list addition|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 modification|TODO: ssh piny /srv/rbin/chwiki|TODO: CGI frontend -"""] - -Eventually: -- configuration for globally writable repos vs. group writable repos -- configuration for globally readable repos vs. group readable repos - -- SSL client keys for folks who hate HTTP AUTH? (all one of me) -- cgit v1.2.3