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>
Mon, 12 Nov 2012 17:58:02 +0000 (12:58 -0500)
commit58521dc98ba87525509dc2f99794cf678783e4dc
tree84899ac3f86cc22d90f2fb994d22cf27a80aeb18
parent11921889f4b585dcfad0a48be82eb1e417dbace7
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]