ldap: Add support for password modify extension

This allows other systems (e.g. Authelia) to reset passwords for users.
This commit is contained in:
Valentin Tolmer
2021-10-29 01:04:09 +09:00
committed by nitnelave
parent 31e1ff358b
commit 43ffeca24d
5 changed files with 306 additions and 40 deletions

4
Cargo.lock generated
View File

@@ -1644,9 +1644,9 @@ dependencies = [
[[package]]
name = "ldap3_server"
version = "0.1.7"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3beb05c22d6cb1792389efb3e71ed90af6148b6f26d283db67322d356ab2556d"
checksum = "092da326ef499380e33fc8213a621de7fb342d6cd112eb695e16161a0acb061a"
dependencies = [
"bytes",
"lber",