Skip to content
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

LDAP: Use the DN instead of the email address as unique identifier #725

Open
ynerant opened this issue Feb 24, 2025 · 0 comments
Open

LDAP: Use the DN instead of the email address as unique identifier #725

ynerant opened this issue Feb 24, 2025 · 0 comments

Comments

@ynerant
Copy link

ynerant commented Feb 24, 2025

Hi,

I am using LDAP as my organization users backend.

My users are able to change their email address. However, since BWDC is using this field to compute new users, when a user is updating their address, a new BW user is created and an invitation is sent.

I see then that the old and the new account have both the same external identifier (which is the LDAP DN). I think that the DN should be used as unique identifier: if a user with the same DN already exists, then we change its email address.

We could also define a LDAP field (such as uid or cn) that defines the unique identifier instead of the mail address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant