Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ldap_base_dn (0.3 sec)

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

            }
            return value;
        }
    
        default void setLdapBaseDn(final String value) {
            setSystemProperty(Constants.LDAP_BASE_DN, value);
        }
    
        default String getLdapBaseDn() {
            return getSystemProperty(Constants.LDAP_BASE_DN);
        }
    
        default void setLdapAccountFilter(final String value) {
            setSystemProperty(Constants.LDAP_ACCOUNT_FILTER, value);
        }
    
    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.ldapAdminSecurityPrincipal=DN привязки
    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=Фильтр групп
    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