- #3: New feature
AUTH_LDAP_TLS
allows LDAP connections to be established over TLS (@_wayo)
- Use proxy method for getting
User
instance to support Django's custom user models (@alandmoore) - New feature
AUTH_LDAP_GROUP_MAP
to map LDAP groups to Django for authorization (@alandmore)
- Fix bug with case-insensitive LDAP usernames creating duplicate users in Django's auth database (@rmassoth, @sjkingo) - issue #7
- Fix bug where primary group membership in AD would succeed regardless of actual membership (@gianlo) - PR #5
- Updated dependencies to allow Python 2.7 and Django 1.6.10
- Tweaked package classifiers
- Initial working version