Skip to content

Commit

Permalink
Fix checkstyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskleeh committed Sep 14, 2018
1 parent c085036 commit 787ffd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ public static class GroupConfiguration implements Toggleable {
public static final String PREFIX = LdapConfiguration.PREFIX + ".groups";

private static final boolean DEFAULT_ENABLED = false;
private static final boolean DEFAULT_SUBTREE= true;
private static final boolean DEFAULT_SUBTREE = true;
private static final String DEFAULT_FILTER = "uniquemember={0}";
private static final String DEFAULT_ATTR = "cn";

Expand Down

0 comments on commit 787ffd2

Please sign in to comment.