mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-01 11:19:52 +03:00
LDAP #989
Reference in New Issue
Block a user
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).
I wan to implement a simple LDAP auth as I need it for Syncloud (https://github.com/syncloud/platform) project.
Similar to this (
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 26, 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 26, 2021):
There already is a working solution which uses the official support directory tools from bitwarden. See:
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.