mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 17:23:04 +03:00
[PR #677] [CLOSED] Initial ldap support (Status : In Dev) #3659
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?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/677
Author: @liberodark
Created: 10/22/2019
Status: ❌ Closed
Base:
main← Head:initial-ldap-support📝 Commits (10+)
3541e61Test replacing password with ldap connectionc2ad8baUpdate identity.rs5a19904fixfb28834updateea48b28updatecb13336update24d1448update95fda73update7f7d53bUpdate identity.rsd223997update📊 Changes
10 files changed (+473 additions, -23 deletions)
View changed files
📝
.env.template(+10 -0)📝
Cargo.lock(+235 -0)📝
Cargo.toml(+7 -3)📝
README.md(+2 -0)📝
src/api/identity.rs(+75 -11)📝
src/config.rs(+18 -1)➕
src/ldap.rs(+113 -0)📝
src/main.rs(+5 -0)📝
src/static/scripts/bootstrap-native-v4.js(+7 -7)📝
src/static/scripts/md5.js(+1 -1)📄 Description
Hi,
I have worked on first support of ldap.
The method is simple i'm working to add ldap support on bitwarden_rs.
I'm also working on a little connecter for sync users / status from ldap.
The goal is to add a possibily to switch on ldap login or normal login.
And to run as a service the sync ldap to remove or add users depending on the status in ldap.
I started to work on this to help companies use this version of bitwarden.
Best Regards
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.