ci: dummy change
This commit is contained in:
parent
f629dc2796
commit
77ad370bf8
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ name = "skynet_ldap_backend"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "update_data"
|
name = "update_data"
|
||||||
|
|
|
@ -196,7 +196,7 @@ async fn ldap_reset_pw(config: &Config, details: &AccountsReset, pass: &str) ->
|
||||||
|
|
||||||
// if so then set password
|
// if so then set password
|
||||||
let tmp = PasswordModify {
|
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),
|
user_id: Some(&dn),
|
||||||
old_pass: None,
|
old_pass: None,
|
||||||
new_pass: Some(pass),
|
new_pass: Some(pass),
|
||||||
|
|
Loading…
Reference in a new issue