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

Ldap clean users #240

Closed jordiromera closed 2 years ago

jordiromera commented 2 years ago

Following #238 issue, here is my merge request, still in progress.

And the todo list :

Feel free to leave any comment.

Thank you

etianen commented 2 years ago

Also, the builds are failing with flake8 errors.

etianen commented 2 years ago

Brill! I'll get this in a release ASAP!

etianen commented 2 years ago

Released as 0.15.2

Thanks for taking the time on this, it's a great feature!

jordiromera commented 2 years ago

Great ! Maybe, README could be completed (with lookup, superuser and staff arguments).

Thank you for your very quick release. I will deploy it soon.