sjkingo / django_auth_ldap3

A library for connecting Django's authentication system to an LDAP directory
BSD 2-Clause "Simplified" License
23 stars 13 forks source link

Implement method 2: search and bind #2

Open sjkingo opened 9 years ago

sjkingo commented 9 years ago

There may be some use cases where direct binding is not suitable and the more flexible 'search and bind' method is appropriate.

This should be fairly easy to implement as the boilerplate is already in the backend in the form of search_ldap().