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>
Wed, 8 May 2013 13:46:39 +0000 (09:46 -0400)
commitbb17c4f9804889359395d6144c1d9596ac0a3d8a
tree4cfb616fa0e07aa57806e1889647fead125fc2f1
parent1676e8e99f6a292f7c5184ad1ef79eb239eaf964
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]