Experimental web.py frontend for creating Conifer accounts
authorDan Scott <dscott@laurentian.ca>
Tue, 10 Jul 2012 20:25:42 +0000 (16:25 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 7 May 2013 18:57:47 +0000 (14:57 -0400)
commit4c4962ee747a92addc6c2b00bb2f034eb36c6f2d
treebd94bb3ad92c04036af1a94ec84a6f31fba725a9
parentee96fe8c8c38a4b4be6c988310d9a6592fb668ab
Experimental web.py frontend for creating Conifer accounts

Use web.py to surface a simple Web UI for generating Conifer accounts
based on the Laurentian ID of a given user. Required a little
refactoring of ldap_osrf_sync to make it usable as a module rather than
just as a script, but that's all for the better.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
tools/patron-load/ldap_osrf_sync
tools/patron-load/ldap_osrf_sync.py [new symlink]
tools/patron-load/templates/index.html [new file with mode: 0644]
tools/patron-load/webui.py [new file with mode: 0644]