Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ldap_admin_security_credentials (0.31 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

            setSystemProperty(Constants.LDAP_ADMIN_SECURITY_CREDENTIALS,
                    Constants.CIPHER_PREFIX + ComponentUtil.getPrimaryCipher().encrypt(value));
        }
    
        default String getLdapAdminSecurityCredentials() {
            final String value = getSystemProperty(Constants.LDAP_ADMIN_SECURITY_CREDENTIALS);
            if (StringUtil.isNotBlank(value) && value.startsWith(Constants.CIPHER_PREFIX)) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 86.5K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_ru.properties

    labels.ldapAdminSecurityCredentials=Пароль
    labels.ldapBaseDn=Базовый DN
    labels.ldap_provider_url=URL-адрес LDAP
    labels.ldap_security_principal=DN пользователя
    labels.ldap_admin_security_principal=DN привязки
    labels.ldap_admin_security_credentials=Пароль
    labels.ldap_base_dn=Базовый DN
    labels.ldapAccountFilter=Фильтр учетных записей
    labels.ldapGroupFilter=Фильтр групп
    labels.ldapMemberofAttribute=Атрибут memberOf
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 55.8K bytes
    - Viewed (0)
Back to top