- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for sAMAccountName (1.52 sec)
-
src/main/java/org/codelibs/fess/ldap/LdapManager.java
final Attribute attribute = searchResult.getAttributes().get("sAMAccountName"); if (logger.isDebugEnabled()) { logger.debug("sAMAccountName: {}", attribute); } if (attribute != null && attribute.get() instanceof String sAMAccountName) { return OptionalEntity.of(sAMAccountName); } }
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/resources/fess_config.properties
# Whether to use lowercase for LDAP permission names. ldap.lowercase.permission.name=false # Whether to allow empty permissions in LDAP. ldap.allow.empty.permission=true # Whether to use samAccountName for LDAP group. ldap.samaccountname.group=false # Whether LDAP role search for user is enabled. ldap.role.search.user.enabled=true # Whether LDAP role search for group is enabled. ldap.role.search.group.enabled=true
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** * Get the value for the key 'ldap.samaccountname.group'. <br> * The value is, e.g. false <br> * comment: Whether to use samAccountName for LDAP group. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getLdapSamaccountnameGroup(); /** * Is the property for the key 'ldap.samaccountname.group' true? <br>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)