Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 51 for memberOf (0.13 sec)

  1. src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.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: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 28 09:13:08 UTC 2025
    - 37.3K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/ldap/LdapUserTest.java

                public String getLdapAccountFilter() {
                    return "(uid=%s)";
                }
    
                @Override
                public String getLdapGroupFilter() {
                    return "(memberOf=%s)";
                }
    
                @Override
                public String getRoleSearchUserPrefix() {
                    return "U";
                }
            });
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 16.6K 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: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  4. 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: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 8.4K bytes
    - Viewed (0)
  5. 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: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_de.properties

    labels.ldap_base_dn=Basis-DN
    labels.ldapAccountFilter=Kontofilter
    labels.ldapGroupFilter=Gruppenfilter
    labels.ldapMemberofAttribute=memberOf-Attribut
    labels.ldap_account_filter=Kontofilter
    labels.ldap_group_filter=Gruppenfilter
    labels.ldap_memberof_attribute=memberOf-Attribut
    labels.notification_login=Anmeldeseite
    labels.notification_search_top=Such-Startseite
    labels.storage_endpoint=Endpunkt
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
  7. src/main/resources/fess_label_pl.properties

    labels.ldap_base_dn=Podstawowy DN
    labels.ldapAccountFilter=Filtr konta
    labels.ldapGroupFilter=Filtr grupy
    labels.ldapMemberofAttribute=Atrybut memberOf
    labels.ldap_account_filter=Filtr konta
    labels.ldap_group_filter=Filtr grupy
    labels.ldap_memberof_attribute=Atrybut memberOf
    labels.notification_login=Strona logowania
    labels.notification_search_top=Strona główna wyszukiwania
    labels.storage_endpoint=Punkt końcowy
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_es.properties

    labels.ldap_base_dn=DN base
    labels.ldapAccountFilter=Filtro de cuenta
    labels.ldapGroupFilter=Filtro de grupo
    labels.ldapMemberofAttribute=Atributo memberOf
    labels.ldap_account_filter=Filtro de cuenta
    labels.ldap_group_filter=Filtro de grupo
    labels.ldap_memberof_attribute=Atributo memberOf
    labels.notification_login=Página de inicio de sesión
    labels.notification_search_top=Página superior de búsqueda
    labels.storage_endpoint=Punto final
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_ko.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=액세스 키
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.1K bytes
    - Viewed (0)
  10. src/main/resources/fess_label.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: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 28 08:40:50 UTC 2025
    - 40.7K bytes
    - Viewed (0)
Back to top