Open northboys opened 8 months ago
How can you create two such users? In my tenant the username has to be unique over all domains?
I have several domains in one tenant and there are several users who have the same username but different 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 Variants 2 and 3 have their advantages and disadvantages.
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. ldap_customizer.js.txt For my users, now the have the following credentials:
alberto@example.com
would use username alberto
alberto@first.example.com
would use username alberto.first
alberto@second.example.com
would use username alberto.second
Looks ugly but does the trick ;)
I hope it helps somehow.
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
a@test.com
anda@halo.com
.