DaanHoogland commented on code in PR #11696: URL: https://github.com/apache/cloudstack/pull/11696#discussion_r2374652940
########## plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/ldap/OpenLdapUserManagerImpl.java: ########## @@ -87,7 +87,7 @@ private String generateSearchFilter(final String username, Long domainId) { usernameFilter.append((username == null ? "*" : LdapUtils.escapeLDAPSearchFilter(username))); usernameFilter.append(")"); - String memberOfAttribute = _ldapConfiguration.getUserMemberOfAttribute(domainId); + String memberOfAttribute = getMemberOfAttribute(domainId); Review Comment: yes, but it is overloaded in the AD user manager, so at this point it is not known which one will be called. -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org