We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9061a5 commit 7d326d1Copy full SHA for 7d326d1
1 file changed
rust/user-info-fetcher/src/backend/active_directory.rs
@@ -184,7 +184,7 @@ fn user_name_filter(username: &str) -> String {
184
let escaped_username = ldap_escape(username);
185
let realm = "SBLE.TEST"; // TODO: Replace with actual realm
186
format!(
187
- "(|({LDAP_FIELD_USER_NAME}={escaped_username}@{realm})({LDAP_FIELD_USER_NAME}={escaped_username})({LDAP_FIELD_SAM_ACCOUNT_NAME}={escaped_username}))"
+ "|({LDAP_FIELD_USER_NAME}={escaped_username}@{realm})({LDAP_FIELD_USER_NAME}={escaped_username})({LDAP_FIELD_SAM_ACCOUNT_NAME}={escaped_username})"
188
)
189
}
190
0 commit comments