- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isLdapLowercasePermissionName (0.18 sec)
-
src/main/java/org/codelibs/fess/helper/SambaHelper.java
* @param type The SID type. * @param name The account name. * @return The search role. */ protected String createSearchRole(final int type, final String name) { if (fessConfig.isLdapLowercasePermissionName()) { return type + fessConfig.getCanonicalLdapName(name).toLowerCase(Locale.ROOT); } return type + fessConfig.getCanonicalLdapName(name); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.3K bytes - Viewed (0)