- Sort Score
- Num 10 results
- Language All
Results 21 - 23 of 23 for ldap_provider_url (0.1 seconds)
-
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_LDAP_BASE_DN = "{labels.ldapBaseDn}"; /** The key of the message: LDAP URL */ public static final String LABELS_ldap_provider_url = "{labels.ldap_provider_url}"; /** The key of the message: User DN */ public static final String LABELS_ldap_security_principal = "{labels.ldap_security_principal}"; /** The key of the message: Bind DN */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 172.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
fessConfig.setSuggestDocuments(isCheckboxEnabled(form.suggestDocuments)); fessConfig.setPurgeSuggestSearchLogDay(form.purgeSuggestSearchLogDay); fessConfig.setLdapProviderUrl(form.ldapProviderUrl); fessConfig.setLdapSecurityPrincipal(form.ldapSecurityPrincipal); fessConfig.setLdapAdminSecurityPrincipal(form.ldapAdminSecurityPrincipal);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 05:54:31 GMT 2026 - 27.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
public Integer purgeSuggestSearchLogDay; /** * LDAP server URL for authentication. * Used when LDAP authentication is enabled. */ @Size(max = 1000) public String ldapProviderUrl; /** * LDAP security principal for binding to the LDAP server. * Used for authenticating with the LDAP server. */ @Size(max = 1000) public String ldapSecurityPrincipal;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 15.8K bytes - Click Count (0)