瀏覽代碼

Add a TODO

Roman Zabaluev 2 年之前
父節點
當前提交
e317c28342

+ 1 - 1
kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/LdapSecurityConfig.java

@@ -71,7 +71,7 @@ public class LdapSecurityConfig {
           : new LdapAuthenticationProvider(ba);
     } else {
       authenticationProvider = new ActiveDirectoryLdapAuthenticationProvider(props.getActiveDirectoryDomain(),
-          props.getUrls()); // TODO verify authorities get extracted properly
+          props.getUrls()); // TODO Issue #3741
       authenticationProvider.setUseAuthenticationRequestCredentials(true);
     }