Skip to content

Commit

Permalink
Fixing DN capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed May 11, 2016
1 parent 08d5514 commit 28a9d2b
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -95,6 +95,11 @@ protected int getSearchSizeLimit() {
return 500;
}

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

@Override
protected String getLdapGroupObjectClass() {
return "groupOfNames";
Expand Down

0 comments on commit 28a9d2b

Please sign in to comment.