- Sort Score
- Num 10 results
- Language All
Results 21 - 23 of 23 for ldap_security_principal (0.13 seconds)
-
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
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 */ public static final String LABELS_ldap_admin_security_principal = "{labels.ldap_admin_security_principal}"; /** The key of the message: Password */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.setPurgeSuggestSearchLogDay(form.purgeSuggestSearchLogDay); fessConfig.setLdapProviderUrl(form.ldapProviderUrl); fessConfig.setLdapSecurityPrincipal(form.ldapSecurityPrincipal); fessConfig.setLdapAdminSecurityPrincipal(form.ldapAdminSecurityPrincipal); if (form.ldapAdminSecurityCredentials != null && StringUtil.isNotBlank(form.ldapAdminSecurityCredentials.replace("*", " "))) {
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
/** * LDAP security principal for binding to the LDAP server. * Used for authenticating with the LDAP server. */ @Size(max = 1000) public String ldapSecurityPrincipal; /** * LDAP admin security principal for administrative operations. * Used for admin-level operations on the LDAP server. */ @Size(max = 1000)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)