Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 63 for memberOf (0.69 sec)

  1. src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java

                    for (final Map<String, Object> memberOf : memberOfList) {
                        if (logger.isDebugEnabled()) {
                            logger.debug("member={}", memberOf);
                        }
                        String memberType = (String) memberOf.get("@odata.type");
                        if (memberType == null) {
                            logger.warn("@odata.type is null: {}", memberOf);
                            continue;
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 56.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/base/login/SamlCredential.java

            final List<String> list = new ArrayList<>();
            final FessConfig fessConfig = ComponentUtil.getFessConfig();
            final String key = fessConfig.getSystemProperty("saml.attribute.group.name", "memberOf");
            if (StringUtil.isNotBlank(key)) {
                final List<String> nameList = attributes.get(key);
                if (nameList != null) {
                    list.addAll(nameList);
                }
            }
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 8.4K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_en.properties

    labels.ldap_base_dn=Base DN
    labels.ldapAccountFilter=Account Filter
    labels.ldapGroupFilter=Group Filter
    labels.ldapMemberofAttribute=memberOf Attribute
    labels.ldap_account_filter=Account Filter
    labels.ldap_group_filter=Group Filter
    labels.ldap_memberof_attribute=memberOf Attribute
    labels.notification_login=Login Page
    labels.notification_search_top=Search Top Page
    labels.storage_endpoint=Endpoint
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 44K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_zh_TW.properties

    labels.ldap_admin_security_credentials=密碼
    labels.ldap_base_dn=基本DN
    labels.ldapAccountFilter=帳戶過濾器
    labels.ldapGroupFilter=組過濾器
    labels.ldapMemberofAttribute=memberOf屬性
    labels.ldap_account_filter=帳戶過濾器
    labels.ldap_group_filter=組過濾器
    labels.ldap_memberof_attribute=memberOf屬性
    labels.notification_login=登入頁面
    labels.notification_search_top=搜尋首頁
    labels.storage_endpoint=端點
    labels.storage_access_key=訪問金鑰
    labels.storage_secret_key=密鑰
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 43.9K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_nl.properties

    labels.ldap_base_dn=Basis-DN
    labels.ldapAccountFilter=Accountfilter
    labels.ldapGroupFilter=Groepsfilter
    labels.ldapMemberofAttribute=memberOf-attribuut
    labels.ldap_account_filter=Accountfilter
    labels.ldap_group_filter=Groepsfilter
    labels.ldap_memberof_attribute=memberOf-attribuut
    labels.notification_login=Inlogpagina
    labels.notification_search_top=Zoek startpagina
    labels.storage_endpoint=Eindpunt
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 46.1K bytes
    - Viewed (1)
  6. src/main/resources/fess_label_ru.properties

    labels.ldap_base_dn=Базовый DN
    labels.ldapAccountFilter=Фильтр учетных записей
    labels.ldapGroupFilter=Фильтр групп
    labels.ldapMemberofAttribute=Атрибут memberOf
    labels.ldap_account_filter=Фильтр учетных записей
    labels.ldap_group_filter=Фильтр групп
    labels.ldap_memberof_attribute=Атрибут memberOf
    labels.notification_login=Страница входа
    labels.notification_search_top=Главная страница поиска
    labels.storage_endpoint=Конечная точка
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 60.2K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_pt_BR.properties

    labels.ldap_base_dn=DN base
    labels.ldapAccountFilter=Filtro de conta
    labels.ldapGroupFilter=Filtro de grupo
    labels.ldapMemberofAttribute=Atributo memberOf
    labels.ldap_account_filter=Filtro de conta
    labels.ldap_group_filter=Filtro de grupo
    labels.ldap_memberof_attribute=Atributo memberOf
    labels.notification_login=Página de login
    labels.notification_search_top=Página inicial de pesquisa
    labels.storage_endpoint=Ponto de extremidade
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 48.7K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_fr.properties

    labels.ldap_base_dn=DN de base
    labels.ldapAccountFilter=Filtre de compte
    labels.ldapGroupFilter=Filtre de groupe
    labels.ldapMemberofAttribute=Attribut memberOf
    labels.ldap_account_filter=Filtre de compte
    labels.ldap_group_filter=Filtre de groupe
    labels.ldap_memberof_attribute=Attribut memberOf
    labels.notification_login=Page de connexion
    labels.notification_search_top=Page d'accueil de la recherche
    labels.storage_endpoint=Point de terminaison
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 49.2K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_it.properties

    labels.ldap_base_dn=DN base
    labels.ldapAccountFilter=Filtro account
    labels.ldapGroupFilter=Filtro gruppo
    labels.ldapMemberofAttribute=Attributo memberOf
    labels.ldap_account_filter=Filtro account
    labels.ldap_group_filter=Filtro gruppo
    labels.ldap_memberof_attribute=Attributo memberOf
    labels.notification_login=Pagina di login
    labels.notification_search_top=Pagina principale di ricerca
    labels.storage_endpoint=Endpoint
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Dec 04 09:16:23 UTC 2025
    - 46.6K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_zh_CN.properties

    labels.ldap_admin_security_credentials=密码
    labels.ldap_base_dn=基本DN
    labels.ldapAccountFilter=帐户过滤器
    labels.ldapGroupFilter=组过滤器
    labels.ldapMemberofAttribute=memberOf属性
    labels.ldap_account_filter=帐户过滤器
    labels.ldap_group_filter=组过滤器
    labels.ldap_memberof_attribute=memberOf属性
    labels.notification_login=登录页面
    labels.notification_search_top=搜索首页
    labels.storage_endpoint=端点
    labels.storage_access_key=访问密钥
    labels.storage_secret_key=密钥
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Dec 04 09:16:23 UTC 2025
    - 43.5K bytes
    - Viewed (0)
Back to top