mirror of
https://github.com/sirtoobii/vaultwarden_ldap_sync.git
synced 2026-04-26 20:45:54 +03:00
[GH-ISSUE #19] Change of email addresses #13
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden_ldap_sync#13
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 @nabbou-ip2i on GitHub (Sep 22, 2025).
Original GitHub issue: https://github.com/sirtoobii/vaultwarden_ldap_sync/issues/19
Hello,
In my AD, I enter each user's email address. However, sometimes the email address changes for historical reasons.
As a result, a new account is created and the old one is deactivated.
Is there a way to change the email addresses in the AD without affecting Vaultwarden users, or to simply modify the email address in Vaultwarden when it changes in the AD?
Thank you.
Kind regards,
@sirtoobii commented on GitHub (Oct 8, 2025):
Hi @nabbou-ip2i
No, this not possible at the moment because on the "email source" side, the email address is the only identifier which is available. What could work (untested): Change the email address in Vaultwarden first, and update it in the AD.
Moreover, this is an interesting edge case which I have not considered so far - I'm happy to accept a PR adding such "migration" functionality.