Other typo
This commit is contained in:
parent
6164f62395
commit
84acdccb93
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ pub async fn search_ldap(&self, user_id: &UserId) -> Result<Vec<(String, bool)>>
|
|||
.and_then(ldap3::SearchResult::success)
|
||||
.inspect(|(entries, result)| trace!(?entries, ?result, "LDAP Admin Search"))
|
||||
.map_err(|e| {
|
||||
err!(Ldap(error!(?attr, ?user_filter, "Ldap admin search error: {e}")))
|
||||
err!(Ldap(error!(?attr, ?admin_filter, "Ldap admin search error: {e}")))
|
||||
})?;
|
||||
|
||||
let mut admin_dns = admin_entries
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue