summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2009-04-26 21:14:04 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2009-04-26 21:14:04 -0700
commit95c2f102b17de2c913d1715cd5a7ee86c4a4ea1d (patch)
treeaa27c3e5c8910f797b93f9354f7d36b0f4a2a352
parent4c0ae3ebc4ce4f1dcd4b4f9d7035308de2681d8a (diff)
downloadhosting-95c2f102b17de2c913d1715cd5a7ee86c4a4ea1d.tar.gz
hosting-95c2f102b17de2c913d1715cd5a7ee86c4a4ea1d.zip
Fixing equals
-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 5a487f7..71e51c4 100644
--- a/architecture/needed_user_facing_infrastructure.mdwn
+++ b/architecture/needed_user_facing_infrastructure.mdwn
@@ -1,6 +1,6 @@
It'd be nice to maintain feature parity between command line access and web access.
-[[!table data"""
+[[!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