DaanHoogland commented on code in PR #11436:
URL: https://github.com/apache/cloudstack/pull/11436#discussion_r2607132255


##########
plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/ldap/ADLdapUserManagerImpl.java:
##########
@@ -39,7 +39,7 @@ public List<LdapUser> getUsersInGroup(String groupName, 
LdapContext context, Lon
             throw new IllegalArgumentException("ldap group name cannot be 
blank");
         }
 
-        String basedn = _ldapConfiguration.getBaseDn(domainId);
+        String basedn = LdapConfiguration.getBaseDn(domainId);

Review Comment:
   no, calling a static method



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to