added Django authentication-backend
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Sun, 1 Mar 2009 03:29:48 +0000 (03:29 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Sun, 1 Mar 2009 03:29:48 +0000 (03:29 +0000)
commit49a54d20781831b48667e504c14f676b3cb95d47
tree1e5a43b902a871dde51bd00909ea8a36395867b2
parent2a05163f9000de526b8e3e8ffaa62b163daee27c
added Django authentication-backend

It authenticates users against an Evergreen server via XMLRPC (for
simplicity: XMLRPC requires no third-party modules). Just set the
EVERGREEN_XMLRPC_SERVER to a valid host and away you go.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@129 6d9bc8c9-1ec2-4278-b937-99fde70a366f
conifer/custom/__init__.py [new file with mode: 0644]
conifer/custom/auth_evergreen.py [new file with mode: 0644]
conifer/custom/auth_evergreen_support.py [new file with mode: 0644]
conifer/settings.py