mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #1534] LDAP #993
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#993
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 @cyberb on GitHub (Mar 25, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1534
I wan to implement a simple LDAP auth as I need it for Syncloud (https://github.com/syncloud/platform) project.
Similar to this (
github.com/cyberb/api@2d011fff7d) once done for a rust pi-hole fork.I have quickly checked the code and I think the logic will be as follows:
Any advices before I start?
I will do this anyway even if it will stay in my fork.
@nightmared commented on GitHub (Mar 25, 2021):
Hello, I'm interested in such a feature too, but I wonder how this can work given the problems discussed at https://github.com/dani-garcia/bitwarden_rs/pull/677#issuecomment-553606347 (the fact that a password change in the LDAP directory will make the vault inacessible). Do you plan on adding an ldap attribute to store t fixed passwordfor the vault, or do you have another idea to solve this hurdle?
Thanks!
@BlackDex commented on GitHub (Mar 25, 2021):
There already is a working solution which uses the official support directory tools from bitwarden. See:
github.com/dani-garcia/bitwarden_rs@85e3c73525LDAP and SSO can only be used for account creation or validation. Not for auto login. You always need a master password to decrypt the vault.
So, what would be an addition to this project would be SSO, but that is a huge endeavor.