- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for sAMAccountName (0.06 seconds)
-
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
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (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>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)