Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for members (0.23 sec)

  1. src/main/java/org/codelibs/fess/ldap/LdapManager.java

            return roles;
        }
    
        protected void processSubRoles(final LdapUser ldapUser, final String bindDn, final Set<String> subRoleSet, final String groupFilter,
                final Set<String> roleSet) {
            // (member:1.2.840.113556.1.4.1941:=%s)
            if (subRoleSet.isEmpty()) {
                return;
            }
            String filter = subRoleSet.stream().map(s -> String.format(groupFilter, s)).collect(Collectors.joining());
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 65.9K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_ja.properties

    labels.ldap_admin_security_credentials=パスワード
    labels.ldap_base_dn=Base 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=アクセスキー
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  3. 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;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 28.1K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/Constants.java

        public static final String LDAP_ACCOUNT_FILTER = "ldap.account.filter";
    
        public static final String LDAP_GROUP_FILTER = "ldap.group.filter";
    
        public static final String LDAP_MEMBEROF_ATTRIBUTE = "ldap.memberof.attribute";
    
        public static final String NOTIFICATION_LOGIN = "notification.login";
    
        public static final String NOTIFICATION_SEARCH_TOP = "notification.search.top";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 16.4K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_de.properties

    labels.ldap_security_principal=Benutzer-DN
    labels.ldap_admin_security_principal=Bind-DN
    labels.ldap_admin_security_credentials=Passwort
    labels.ldap_base_dn=Base-DN
    labels.ldap_account_filter=Konto-Filter
    labels.ldap_memberof_attribute=memberOf-Attribut
    labels.notification_login=Anmeldeseite
    labels.notification_search_top=Suche Top-Seite
    labels.send_testmail=Sende Testmail
    labels.backup_configuration=Sichern
    labels.backup_name=Name
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_fr.properties

    labels.ldap_admin_security_credentials	=	Mot de passe
    labels.ldap_base_dn	=	DN de base
    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	=	Rechercher en haut de la page
    labels.storage_endpoint	=	Point final
    labels.storage_access_key	=	Clef d'accès
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/app/web/base/login/FessLoginAssist.java

            asyncManager.async(() -> {
                insertLogin(user);
            });
        }
    
        protected void insertLogin(final Object member) {
            // nothing
        }
    
        @Override
        protected void checkPermission(final LoginHandlingResource resource) throws LoginRequiredException {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7.8K bytes
    - Viewed (1)
  8. src/main/resources/fess_label_ru.properties

    labels.related_query_title_details=Related Query
    labels.crud_link_create=Create New
    labels.crud_title_create=Create
    labels.general_storage=Storage
    labels.ldap_group_filter=Group Filter
    labels.ldap_memberof_attribute=memberOf Attribute
    labels.storage_endpoint=Endpoint
    labels.storage_access_key=Access Key
    labels.storage_secret_key=Secret Key
    labels.storage_bucket=Bucket
    labels.upgrade_reindex=Reindex
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

                buf.append(startRecordNumber);
                buf.append(",\"end_record_number\":");
                buf.append(escapeJson(endRecordNumber));
                buf.append(",\"page_numbers\":");
                buf.append(escapeJson(pageNumbers));
                buf.append(",\"partial\":");
                buf.append(escapeJson(partial));
                buf.append(",\"search_query\":");
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 02:17:23 GMT 2024
    - 50.3K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Group Filter */
        public static final String LABELS_ldap_group_filter = "{labels.ldap_group_filter}";
    
        /** The key of the message: memberOf Attribute */
        public static final String LABELS_ldap_memberof_attribute = "{labels.ldap_memberof_attribute}";
    
        /** The key of the message: Login page */
        public static final String LABELS_notification_login = "{labels.notification_login}";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top