Skip to content

Releases: sjkingo/django_auth_ldap3

Version 0.9.6

05 May 02:29
Compare
Choose a tag to compare

0.9.6 - 2016-05-05

  • Python 3.5 and Django 1.9 officially supported (@sjkingo)
  • #19: Pass missing LDAP fields to Django as blank strings to prevent exception when creating
    a new user (@alandmore)

Version 0.9.5

05 May 02:30
Compare
Choose a tag to compare

0.9.5 - 2016-03-30

  • #3: New feature AUTH_LDAP_TLS allows LDAP connections to be established over TLS (@_wayo)

Version 0.9.4

21 Jan 01:56
Compare
Choose a tag to compare

0.9.4 - 2016-01-21

  • 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)

Version 0.9.2

27 Apr 08:23
Compare
Choose a tag to compare

0.9.2 - 2015-04-27

  • Fix bug where primary group membership in AD would succeed regardless
    of actual membership (@gianlo) - PR #5