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 b44eeb4 commit e9061a5Copy full SHA for e9061a5
1 file changed
rust/user-info-fetcher/src/backend/active_directory.rs
@@ -179,7 +179,7 @@ pub(crate) async fn get_user_info(
179
}
180
181
/// Constructs a user filter that searches both the UPN as well as the sAMAccountName attributes.
182
-/// See this issue for details: https://github.com/stackabletech/opa-operator/issues/702
+/// See this issue for details: <https://github.com/stackabletech/opa-operator/issues/702>
183
fn user_name_filter(username: &str) -> String {
184
let escaped_username = ldap_escape(username);
185
let realm = "SBLE.TEST"; // TODO: Replace with actual realm
0 commit comments