- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 12 for ldapAdminSecurityCredentials (0.54 sec)
-
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);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 12.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
@Size(max = 1000) public String ldapSecurityPrincipal; @Size(max = 1000) public String ldapAdminSecurityPrincipal; @Size(max = 1000) public String ldapAdminSecurityCredentials; @Size(max = 1000) public String ldapBaseDn; @Size(max = 1000) public String ldapAccountFilter; @Size(max = 1000) public String ldapGroupFilter;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 3.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/general/ApiAdminGeneralAction.java
// GET /api/admin/general @Execute public JsonResponse<ApiResult> get$index() { final EditBody form = new EditBody(); AdminGeneralAction.updateForm(fessConfig, form); form.ldapAdminSecurityCredentials = null; return asJson(new ApiConfigResponse().setting(form).status(Status.OK).result()); } // POST /api/admin/general @Execute
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 2.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp
<label for="ldapAdminSecurityCredentials" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.ldap_admin_security_credentials"/></label> <div class="col-sm-9"> <la:errors property="ldapAdminSecurityCredentials"/>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Jan 16 12:54:35 UTC 2023 - 39.4K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.targetLabel=Label labels.term=Term labels.fields=Fields labels.ex_q=Extended Query labels.ldapProviderUrl=LDAP URL labels.ldapSecurityPrincipal=User DN labels.ldapAdminSecurityPrincipal=Bind DN labels.ldapAdminSecurityCredentials=Password labels.ldapBaseDn=Base DN labels.ldapAccountFilter=Account Filter labels.ldapGroupFilter=Group Filter labels.ldapMemberofAttribute=memberOf Attribute labels.oldPassword=Current Password
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.term=Срок labels.fields=Поля labels.ex_q=Расширенный запрос labels.ldapProviderUrl=LDAP URL labels.ldapSecurityPrincipal=User DN labels.ldapAdminSecurityPrincipal=Привязать DN labels.ldapAdminSecurityCredentials=Password labels.ldapBaseDn=Базовый DN labels.ldapAccountFilter=Фильтр аккаунта labels.oldPassword=Текущий пароль labels.newPassword=Новый пароль labels.confirmNewPassword=Новый пароль(Подтвердить)
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.targetLabel=Label labels.term=Term labels.fields=Fields labels.ex_q=Extended Query labels.ldapProviderUrl=LDAP URL labels.ldapSecurityPrincipal=User DN labels.ldapAdminSecurityPrincipal=Bind DN labels.ldapAdminSecurityCredentials=Password labels.ldapBaseDn=Base DN labels.ldapAccountFilter=Account Filter labels.ldapGroupFilter=Group Filter labels.ldapMemberofAttribute=memberOf Attribute labels.oldPassword=Current Password
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.term=Begriff labels.fields=Felder labels.ex_q=Erweiterte Query labels.ldapProviderUrl=LDAP-URL labels.ldapSecurityPrincipal=Benutzer-DN labels.ldapAdminSecurityPrincipal=Bind-DN labels.ldapAdminSecurityCredentials=Passwort labels.ldapBaseDn=Basis-DN labels.ldapAccountFilter=Konto-Filter labels.ldapMemberofAttribute=memberOf-Attribut labels.oldPassword=Aktuelles Passwort labels.newPassword=Neues Passwort
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 42.8K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.term = Terme labels.fields = Des champs labels.ex_q = Requête étendue labels.ldapProviderUrl = URL LDAP labels.ldapSecurityPrincipal = DN de l'utilisateur labels.ldapAdminSecurityPrincipal = Bind DN labels.ldapAdminSecurityCredentials = Mot de passe labels.ldapBaseDn = DN de base labels.ldapAccountFilter = Filtre de compte labels.ldapGroupFilter = Filtre de groupe labels.ldapMemberofAttribute = Attribut memberOf
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.6K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.general_menu_ldap = LDAP labels.general_menu_notification = 알림 labels.ldapProviderUrl = LDAP URL labels.ldapSecurityPrincipal = User DN labels.ldapAdminSecurityPrincipal = Bind DN labels.ldapAdminSecurityCredentials = 비밀번호 labels.ldapBaseDn = Base DN labels.ldap_provider_url = LDAP URL labels.ldap_security_principal = User DN labels.ldap_admin_security_principal = Bind DN labels.ldap_admin_security_credentials = 비밀번호
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 44K bytes - Viewed (0)