lldap_set_password: create the new tool

Fixes #473.
This commit is contained in:
Valentin Tolmer
2023-03-20 23:35:50 +01:00
committed by nitnelave
parent a07f7ac389
commit b4d7ada317
4 changed files with 173 additions and 1 deletions

13
Cargo.lock generated
View File

@@ -2456,6 +2456,19 @@ dependencies = [
"thiserror",
]
[[package]]
name = "lldap_set_password"
version = "0.1.0"
dependencies = [
"anyhow",
"clap",
"lldap_auth",
"rand 0.8.5",
"reqwest",
"serde",
"serde_json",
]
[[package]]
name = "local-channel"
version = "0.1.3"