- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getLdapAdminSecurityPrincipal (0.43 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
form.ldapProviderUrl = fessConfig.getLdapProviderUrl(); form.ldapSecurityPrincipal = fessConfig.getLdapSecurityPrincipal(); form.ldapAdminSecurityPrincipal = fessConfig.getLdapAdminSecurityPrincipal(); form.ldapAdminSecurityCredentials = StringUtil.isNotBlank(fessConfig.getLdapAdminSecurityCredentials()) ? DUMMY_PASSWORD : StringUtil.EMPTY;
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 14.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
fessConfig.getLdapInitialContextFactory(), // fessConfig.getLdapSecurityAuthentication(), fessConfig.getLdapProviderUrl(), // fessConfig.getLdapAdminSecurityPrincipal(), // fessConfig.getLdapAdminSecurityCredentials()); } /** * Creates the search environment for LDAP connection. * * @param username The username.
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/FessProp.java
} default void setLdapAdminSecurityPrincipal(final String value) { setSystemProperty(Constants.LDAP_ADMIN_SECURITY_PRINCIPAL, value); } default String getLdapAdminSecurityPrincipal() { return getSystemProperty(Constants.LDAP_ADMIN_SECURITY_PRINCIPAL); } default void setLdapAdminSecurityCredentials(final String value) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 88.2K bytes - Viewed (0)