mirror of
https://github.com/dignajar/another-ldap-auth.git
synced 2026-04-27 05:55:55 +03:00
[GH-ISSUE #7] OpenLdap Support: uid=USERNAME,ou=people,dc=server,dc=com #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ricardojlrufino on GitHub (Sep 17, 2020).
Original GitHub issue: https://github.com/dignajar/another-ldap-auth/issues/7
I need change , aldap.py to
finalUsername = "uid="+self.username+","+self.searchBase
Since I don't know how to develop in python, I'm not fit for PR
@dignajar commented on GitHub (May 28, 2021):
This issue was addressed with the variable
LDAP_BIND_DNin ALDAP v2.0.LDAP_BIND_DN = "uid={username},dc=mycompany,dc=com