- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isLdapSamaccountnameGroup (1.67 sec)
-
src/main/java/org/codelibs/fess/ldap/LdapManager.java
final String roleType = updateSearchRoles(roleSet, entryDn, roleName); if (fessConfig.getRoleSearchGroupPrefix().equals(roleType) && fessConfig.isLdapSamaccountnameGroup()) { sAMAccountGroupNameSet.add(roleName); } if (StringUtil.isNotBlank(groupFilter)) { subRoleSet.add(entryDn); }
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 to use samAccountName for LDAP group. * @return The determination, true or false. (if not found, exception but basically no way) */ boolean isLdapSamaccountnameGroup(); /** * Get the value for the key 'ldap.role.search.user.enabled'. <br> * The value is, e.g. true <br> * comment: Whether LDAP role search for user is enabled.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)