Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for ldapBaseDn (0.23 sec)

  1. src/main/resources/fess_label_ru.properties

    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)
  2. src/main/resources/fess_label_it.properties

    labels.general_storage=Archiviazione
    labels.ldapProviderUrl=URL LDAP
    labels.ldapSecurityPrincipal=DN utente
    labels.ldapAdminSecurityPrincipal=DN bind
    labels.ldapAdminSecurityCredentials=Password
    labels.ldapBaseDn=DN base
    labels.ldap_provider_url=URL LDAP
    labels.ldap_security_principal=DN utente
    labels.ldap_admin_security_principal=DN bind
    labels.ldap_admin_security_credentials=Password
    labels.ldap_base_dn=DN base
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_nl.properties

    labels.general_storage=Opslag
    labels.ldapProviderUrl=LDAP URL
    labels.ldapSecurityPrincipal=Gebruikers-DN
    labels.ldapAdminSecurityPrincipal=Bind-DN
    labels.ldapAdminSecurityCredentials=Wachtwoord
    labels.ldapBaseDn=Basis-DN
    labels.ldap_provider_url=LDAP URL
    labels.ldap_security_principal=Gebruikers-DN
    labels.ldap_admin_security_principal=Bind-DN
    labels.ldap_admin_security_credentials=Wachtwoord
    labels.ldap_base_dn=Basis-DN
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
  4. src/main/resources/fess_label_zh_CN.properties

    labels.general_menu_notification=显示通知
    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
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.5K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_fr.properties

    labels.general_storage=Stockage
    labels.ldapProviderUrl=URL LDAP
    labels.ldapSecurityPrincipal=DN de l'utilisateur
    labels.ldapAdminSecurityPrincipal=DN de liaison
    labels.ldapAdminSecurityCredentials=Mot de passe
    labels.ldapBaseDn=DN de base
    labels.ldap_provider_url=URL LDAP
    labels.ldap_security_principal=DN de l'utilisateur
    labels.ldap_admin_security_principal=DN de liaison
    labels.ldap_admin_security_credentials=Mot de passe
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_pt_BR.properties

    labels.general_storage=Armazenamento
    labels.ldapProviderUrl=URL do LDAP
    labels.ldapSecurityPrincipal=DN do usuário
    labels.ldapAdminSecurityPrincipal=DN de ligação
    labels.ldapAdminSecurityCredentials=Senha
    labels.ldapBaseDn=DN base
    labels.ldap_provider_url=URL do LDAP
    labels.ldap_security_principal=DN do usuário
    labels.ldap_admin_security_principal=DN de ligação
    labels.ldap_admin_security_credentials=Senha
    labels.ldap_base_dn=DN base
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ja.properties

    labels.general_menu_notification=お知らせ表示
    labels.general_storage=ストレージ
    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=パスワード
    labels.ldap_base_dn=Base DN
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Nov 07 06:19:20 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_LDAP_ADMIN_SECURITY_CREDENTIALS = "{labels.ldapAdminSecurityCredentials}";
    
        /** The key of the message: Base DN */
        public static final String LABELS_LDAP_BASE_DN = "{labels.ldapBaseDn}";
    
        /** The key of the message: LDAP URL */
        public static final String LABELS_ldap_provider_url = "{labels.ldap_provider_url}";
    
        /** The key of the message: User DN */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
Back to top