- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isLdapIgnoreNetbiosName (0.07 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
.get(stream -> stream.filter(StringUtil::isNotBlank).map(String::trim).toArray(n -> new String[n])); } boolean isLdapIgnoreNetbiosName(); default String getCanonicalLdapName(final String name) { if (isLdapIgnoreNetbiosName()) { final String[] values = name.split("\\\\"); if (values.length == 0) { return null; }
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 88.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* The value is, e.g. true <br> * comment: Whether to ignore NetBIOS name in LDAP. * @return The determination, true or false. (if not found, exception but basically no way) */ boolean isLdapIgnoreNetbiosName(); /** * Get the value for the key 'ldap.group.name.with.underscores'. <br> * The value is, e.g. false <br> * comment: Whether to allow underscores in LDAP group names.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)