- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for ldapAdminSecurityCredentials (0.11 seconds)
-
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
/** * LDAP admin security credentials (password) for administrative operations. * Used in conjunction with the admin security principal. */ @Size(max = 1000) public String ldapAdminSecurityCredentials; /** * LDAP base DN (Distinguished Name) for user searches. * Defines the root of the LDAP directory tree for user lookups. */ @Size(max = 1000) public String ldapBaseDn;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) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
fessConfig.setLdapAdminSecurityPrincipal(form.ldapAdminSecurityPrincipal); if (form.ldapAdminSecurityCredentials != null && StringUtil.isNotBlank(form.ldapAdminSecurityCredentials.replace("*", " "))) { fessConfig.setLdapAdminSecurityCredentials(form.ldapAdminSecurityCredentials); } fessConfig.setLdapBaseDn(form.ldapBaseDn); fessConfig.setLdapAccountFilter(form.ldapAccountFilter);
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/resources/fess_label_zh_TW.properties
labels.general_menu_notice=顯示通知 labels.general_menu_notify=通知 labels.general_storage=儲存 labels.ldapProviderUrl=LDAP URL labels.ldapSecurityPrincipal=使用者DN labels.ldapAdminSecurityPrincipal=綁定DN labels.ldapAdminSecurityCredentials=密碼 labels.ldapBaseDn=基本DN labels.ldap_provider_url=LDAP URL labels.ldap_security_principal=使用者DN labels.ldap_admin_security_principal=綁定DN labels.ldap_admin_security_credentials=密碼
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.5K bytes - Click Count (0) -
src/main/resources/fess_label_zh_CN.properties
labels.general_menu_notice=显示通知 labels.general_menu_notify=通知 labels.general_storage=存储 labels.ldapProviderUrl=LDAP URL labels.ldapSecurityPrincipal=用户DN labels.ldapAdminSecurityPrincipal=绑定DN labels.ldapAdminSecurityCredentials=密码 labels.ldapBaseDn=基本DN labels.ldap_provider_url=LDAP URL labels.ldap_security_principal=用户DN labels.ldap_admin_security_principal=绑定DN labels.ldap_admin_security_credentials=密码 labels.ldap_base_dn=基本DN
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.3K bytes - Click Count (0)