Skip to content

haginara/django-ldap-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-ldap-backend

LDAP authenticating for Django

Install

git clone https://github.com/haginara/django-ladp-backend.git
cd django-ldap-backend

pip install . # or
python setup.py install

Add ldap_backend into INSTALLED_APPS

INSTALLED_APPS = [
	...
	'ldap_backend',
]

Setting variables

  • LDAP_PREFIX
  • LDAP_BASE
  • LDAP_SERVER
  • PERMIT_EMPTY_PASSWORD

About

django ldap backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages