- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isLdapRoleSearchRoleEnabled (1.94 sec)
-
src/main/java/org/codelibs/fess/ldap/LdapManager.java
final boolean isRole = entryDn.toLowerCase(Locale.ROOT).indexOf("ou=role") != -1; if (isRole) { if (fessConfig.isLdapRoleSearchRoleEnabled()) { roleSet.add(systemHelper.getSearchRoleByRole(normalizePermissionName(name))); return fessConfig.getRoleSearchRolePrefix(); }
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 86.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* comment: Whether LDAP role search for role is enabled. * @return The determination, true or false. (if not found, exception but basically no way) */ boolean isLdapRoleSearchRoleEnabled(); /** * Get the value for the key 'ldap.attr.surname'. <br> * The value is, e.g. sn <br> * comment: LDAP attribute for surname.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)