Files
cas_server
locale
management
migrations
static
templates
tests
__init__.py
admin.py
apps.py
auth.py
cas.py
default_settings.py
federate.py
forms.py
models.py
urls.py
utils.py
views.py
docs
.coveragerc
.gitignore
.travis.yml
LICENSE
MANIFEST.in
Makefile
README.rst
pytest.ini
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
tox.ini
django-cas-server/cas_server
Valentin Samir 2298b94f78 Add SqlAuthUser and LdapAuthUser auth classes. Deprecate the usage of SqlAuthUser in favor of SqlAuthUser.
SqlAuthUser use django databases management, and thus is compatible with all SQL databases supported
by django: postgresql, mysql, sqlite3 and oracle.

LdapAuthUser use the full pythonic ldap3 module
2016-07-31 17:09:27 +02:00
..
2016-07-29 15:18:10 +02:00
2016-07-20 18:29:00 +02:00
2016-07-20 18:29:00 +02:00