Skip to content

Commit

Permalink
DN capitalization in OpenLDAP conntest
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Jul 29, 2016
1 parent b5e57e7 commit 37737f6
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -99,6 +99,12 @@ protected int getSearchSizeLimit() {
protected String getPeopleLdapSuffix() {
return "ou=people,"+getLdapSuffix();
}

@Override
protected String getGroupsLdapSuffix() {
return "ou=groups,"+getLdapSuffix();
}


@Override
protected String getLdapGroupObjectClass() {
Expand Down

0 comments on commit 37737f6

Please sign in to comment.