-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two usernames in one tenan #74
Comments
How can you create two such users? In my tenant the username has to be unique over all domains? |
Thank you very much! I was able to reproduce the situation. There is currently no way to use two users with the same name and different domains. Currently you would need a separate LDAP wrapper for each domain. I am not yet sure how I want to implement this in the wrapper. As a reference for me: https://serverfault.com/a/828497 |
Hi @ahaenggli - this is a very needed feature. I am struggling with the same issue as @northboys and would love to be able to use multiple same usernames in multiple domains in one LDAP wrapper since most systems can only be joined to one LDAP server. |
Hello @northboys, I had a similar use case and solved it with the following customizer.
|
What is the procedure to synchronize two identical usernames within a single tenant to AzureAD-LDAP-wrapper?
How can I configure AzureAD-LDAP-wrapper to allow both
[email protected]
and[email protected]
.The text was updated successfully, but these errors were encountered: