Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ldap_security_principal (0.08 sec)

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

            } else {
                value = username;
            }
            return String.format(getSystemProperty(Constants.LDAP_SECURITY_PRINCIPAL, StringUtil.EMPTY), value);
        }
    
        default String getLdapSecurityPrincipal() {
            return getSystemProperty(Constants.LDAP_SECURITY_PRINCIPAL);
        }
    
        default void setLdapAdminSecurityPrincipal(final String 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.general_menu_notification=Уведомление
    labels.general_storage=Хранилище
    labels.ldapProviderUrl=URL-адрес LDAP
    labels.ldapSecurityPrincipal=DN пользователя
    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=Пароль
    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