Skip to content

Latest commit

 

History

History
61 lines (35 loc) · 1.42 KB

CHANGELOG.rst

File metadata and controls

61 lines (35 loc) · 1.42 KB

django-python3-ldap changelog

0.9.8

  • Fixing security vulnerability allowing users to authenticate with a valid username but with an empty password if anonymous authentication is allowed on the LDAP server (Petros Moisiadis).
  • Fixing sync_users command for Microsoft Active Directory (@jjagielka).

0.9.7

  • Ability to configure extra filters for user lookup using LDAP_AUTH_SEARCH_FILTERS (@etianen, @Ernest0x).
  • Support for Active Directory LDAP servers (@etianen, @brandonusher).
  • Python 2.7 compatibility (@NotSqrt).
  • Ability to configure relations on loaded user models using LDAP_AUTH_SYNC_USER_RELATIONS (@mnach).
  • Switched to specifying paths to functions using dotted string paths in settings (@mnach).

0.9.6

  • Added settings option for a username and password to be specified incase anonymous user queries are not allowed (@brandonusher).

0.9.5

  • Fixing security vulnerability where username and password could be transmitted in plain text before starting TLS (reported by Weitzhofer Bernhard).

0.9.4

  • Fixing broken ldap3 dependency (@levisaya).
  • Honoring LDAP_AUTH_CLEAN_USER_DATA setting (@etianen, @akaariai).

0.9.3

  • Fixing broken python3-ldap dependency (@ricard33).

0.9.2

  • Added setting for initiating TLS on connection (@saraheiting).

0.9.1

  • Adding ldap_promote management command.

0.9.0

  • First production release.