ci: dummy change

This commit is contained in:
silver 2023-08-11 08:16:51 +01:00
parent f629dc2796
commit 77ad370bf8
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@ name = "skynet_ldap_backend"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "update_data"

View file

@ -196,7 +196,7 @@ async fn ldap_reset_pw(config: &Config, details: &AccountsReset, pass: &str) ->
// if so then set password
let tmp = PasswordModify {
// none as we are staying on the same connection
// none as we are staying on the same connection.
user_id: Some(&dn),
old_pass: None,
new_pass: Some(pass),