etianen / django-python3-ldap

Django LDAP user authentication backend for Python 3.
BSD 3-Clause "New" or "Revised" License
412 stars 119 forks source link

Extra options - passed to ldap3 #269

Closed mmmduft closed 9 months ago

mmmduft commented 9 months ago

Adds support for optional attributes

All values, when set, are pass unmodified through to ldap3 where they are implemented.

mmmduft commented 9 months ago

Resubmitting with just additional attributes in this PR. Add some tests as well.