Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 20 for ldap_base_dn (0.04 sec)

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

    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
    labels.ldapAccountFilter=Filtro account
    labels.ldapGroupFilter=Filtro gruppo
    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.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
    labels.ldapAccountFilter=Accountfilter
    labels.ldapGroupFilter=Groepsfilter
    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.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
    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
    - 40.5K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_fr.properties

    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
    labels.ldap_base_dn=DN de base
    labels.ldapAccountFilter=Filtre de compte
    labels.ldapGroupFilter=Filtre de groupe
    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.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
    labels.ldapAccountFilter=Filtro de conta
    labels.ldapGroupFilter=Filtro de grupo
    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.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
    labels.ldapAccountFilter=アカウントフィルタ
    labels.ldapGroupFilter=グループフィルタ
    labels.ldapMemberofAttribute=memberOf属性
    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.ldap_admin_security_credentials}";
    
        /** The key of the message: Base DN */
        public static final String LABELS_ldap_base_dn = "{labels.ldap_base_dn}";
    
        /** The key of the message: Account Filter */
        public static final String LABELS_LDAP_ACCOUNT_FILTER = "{labels.ldapAccountFilter}";
    
        /** The key of the message: Group Filter */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java

                fessConfig.setLdapAdminSecurityCredentials(form.ldapAdminSecurityCredentials);
            }
            fessConfig.setLdapBaseDn(form.ldapBaseDn);
            fessConfig.setLdapAccountFilter(form.ldapAccountFilter);
            fessConfig.setLdapGroupFilter(form.ldapGroupFilter);
            fessConfig.setLdapMemberofAttribute(form.ldapMemberofAttribute);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 13.9K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java

        /**
         * LDAP base DN (Distinguished Name) for user searches.
         * Defines the root of the LDAP directory tree for user lookups.
         */
        @Size(max = 1000)
        public String ldapBaseDn;
    
        /**
         * LDAP filter for finding user accounts.
         * Defines the search filter used to locate user accounts in LDAP.
         */
        @Size(max = 1000)
        public String ldapAccountFilter;
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 9.9K bytes
    - Viewed (0)
Back to top