Skip to content

Commit 5b2eb57

Browse files
committed
Add missing isLdapRoleSearchRoleEnabled method to TestFessConfig
1 parent 76f7f24 commit 5b2eb57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/java/org/codelibs/fess/cors/DefaultCorsHandlerTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,5 +1069,10 @@ public String getLdapAttrGidNumber() {
10691069
public String getLdapAttrHomeDirectory() {
10701070
return null;
10711071
}
1072+
1073+
@Override
1074+
public boolean isLdapRoleSearchRoleEnabled() {
1075+
return false;
1076+
}
10721077
}
10731078
}

0 commit comments

Comments
 (0)