zulip/zproject
Luke Faraone af02e45a17 [manual] Support authentication and profile prefilling via LDAP
The latter doesn't depend on the former; we can still fill in your full
name even if you didn't authenticate via LDAP.

This commit requires django_auth_ldap to be installed. On Debian
systems, you can do so via APT:
    sudo apt-get install python-django-auth-ldap

On OS X, use your favourite package manager. For pip, I believe this
will work:
    pip install django_auth_ldap

django_auth_ldap depends on the "ldap" Python package, which should be
installed automatically on your system.

(imported from commit 43967754285990b06b5a920abe95b8bce44e2053)
2013-11-22 16:51:26 -05:00
..
__init__.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
authhack.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
backends.py [manual] Support authentication and profile prefilling via LDAP 2013-11-22 16:51:26 -05:00
local_settings.py move Enterprise Email options into better places 2013-11-15 21:31:37 -05:00
local_settings_template.py [manual] Support authentication and profile prefilling via LDAP 2013-11-22 16:51:26 -05:00
settings.py [manual] Support authentication and profile prefilling via LDAP 2013-11-22 16:51:26 -05:00
test_settings.py logging: Log management commands that are run. 2013-11-20 14:31:08 -05:00
urls.py register, login-sso, or signup depending on deploy type 2013-11-22 13:50:24 -05:00
wsgi.py Import zerver.models in wsgi.py 2013-11-12 19:18:35 -05:00