RE: Django and Python-Ldap with Active Directory Question

2014-07-18 Thread Ilya Kazakevich
elop with pleasure!" >-Original Message- >From: django-users@googlegroups.com >[mailto:django-users@googlegroups.com] On Behalf Of G Z >Sent: Friday, July 18, 2014 3:55 AM >To: django-users@googlegroups.com >Subject: Django and Python-Ldap with Active Directory Question &g

Django and Python-Ldap with Active Directory Question

2014-07-17 Thread G Z
I'm using pure python-ldap to authenticate because django-auth-ldap doesn't work for some reason no matter how i tried it. settings.py AUTHENTICATION_BACKENDS = ( 'django.contrib.auth.backends.ModelBackend', 'holon.backend.ActiveDirectoryBackend', ) backend.py import ldap from portal.