- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setLdapMemberofAttribute (0.7 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
} fessConfig.setLdapBaseDn(form.ldapBaseDn); fessConfig.setLdapAccountFilter(form.ldapAccountFilter); fessConfig.setLdapGroupFilter(form.ldapGroupFilter); fessConfig.setLdapMemberofAttribute(form.ldapMemberofAttribute); fessConfig.setNotificationLogin(form.notificationLogin); fessConfig.setNotificationSearchTop(form.notificationSearchTop);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 13.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
} default String getLdapMemberofAttribute() { return getSystemProperty(Constants.LDAP_MEMBEROF_ATTRIBUTE, "memberOf"); } default void setLdapMemberofAttribute(final String value) { setSystemProperty(Constants.LDAP_MEMBEROF_ATTRIBUTE, value); } default void setStorageEndpoint(final String value) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 86.5K bytes - Viewed (0)