[GH-ISSUE #7] OpenLdap Support: uid=USERNAME,ou=people,dc=server,dc=com #2

Closed
opened 2026-03-02 03:44:32 +03:00 by kerem · 1 comment
Owner

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

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
kerem closed this issue 2026-03-02 03:44:32 +03:00
Author
Owner

@dignajar commented on GitHub (May 28, 2021):

This issue was addressed with the variable LDAP_BIND_DN in ALDAP v2.0.

LDAP_BIND_DN = "uid={username},dc=mycompany,dc=com

<!-- gh-comment-id:850249356 --> @dignajar commented on GitHub (May 28, 2021): This issue was addressed with the variable `LDAP_BIND_DN` in ALDAP v2.0. `LDAP_BIND_DN = "uid={username},dc=mycompany,dc=com`
Sign in to join this conversation.
No labels
bug
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/another-ldap-auth#2
No description provided.