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

Add LDAP->Django Group mapping #12

Closed alandmoore closed 8 years ago

alandmoore commented 8 years ago

This PR addresses issue #11 by adding a GROUP_MAP setting which allows an LDAP group to be mapped to a list of Django groups. The listed groups will be added or removed from a user's account at login time based on the users membership or non-membership in the LDAP group.

alandmoore commented 8 years ago

Oops, made a small error, will redo this request.