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

Group Mapping feature #17

Closed alandmoore closed 8 years ago

alandmoore commented 8 years ago

This pull request adds a "Group Mapping" feature, which allows users to map LDAP groups to Django groups using the GROUP_MAPPING setting.

sjkingo commented 8 years ago

Thanks Alan, new release (0.9.4) pushed now.