feat: turns out there is an extended ldap3 operation called password modify

This commit is contained in:
silver 2023-05-26 10:37:50 +01:00
parent f8089113f5
commit aa196ba33b
3 changed files with 30 additions and 131 deletions

View file

@ -8,9 +8,6 @@ edition = "2021"
[dependencies]
# for the ldap
ldap3="0.11.1"
# to be able to upgrade user passwords
base64 = "0.21"
rust-crypto = "^0.2"
# to move some config into env
dotenv = "0.15.0"