mirror of
https://github.com/rroemhild/docker-test-openldap.git
synced 2026-04-25 07:05:50 +03:00
[GH-ISSUE #38] Change bind #19
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-test-openldap#19
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 @bmarwell on GitHub (Apr 29, 2022).
Original GitHub issue: https://github.com/rroemhild/docker-test-openldap/issues/38
Hi,
I would like to bind using the uid (e.g. professor or even professor@planetexpress.com).
How do I do that?
@ezesil commented on GitHub (May 5, 2022):
I also tried to do it, but i only managed to bind using "admin".
@rroemhild commented on GitHub (May 24, 2022):
You can not bind with the users email. However you can make a search from the login form with the email and then bind with the users DN.
@bmarwell commented on GitHub (May 25, 2022):
Huh I see. Thanks @rroemhild.
However, I am trying to mimic an active directory where I can bind with the UID field, which is called sAMAccountName. But that is probably the same...
Rationale: I want to integration-test an application using Apache Shiro's AD authenticator.