Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 30 of 1,530 for permission (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. CONTRIBUTING.md

    However, if there are no changes for more than a week, it's safe to assume that the issue is up for grabs.
    There is no need to ask for an assignment or for permission to work on those issues, just comment and start working on it.
    
    ## Setting up your development environment
    
    In order to make changes to Gradle, you'll need:
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 27 18:43:39 GMT 2026
    - 19.1K bytes
    - Click Count (0)
  2. src/main/resources/fess_config.properties

    ldap.ignore.netbios.name=true
    # Whether to allow underscores in LDAP group names.
    ldap.group.name.with.underscores=false
    # Whether to use lowercase for LDAP permission names.
    ldap.lowercase.permission.name=false
    # Whether to allow empty permissions in LDAP.
    ldap.allow.empty.permission=true
    # Whether to use samAccountName for LDAP group.
    ldap.samaccountname.group=false
    
    # Whether LDAP role search for user is enabled.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 59.3K bytes
    - Click Count (0)
  3. src/test/java/org/codelibs/fess/mylasta/direction/FessPropTest.java

                public String getSystemProperty(final String key) {
                    return systemPropMap.get(key);
                }
            };
    
            // Test with new entraid.permission.fields key
            systemPropMap.put("entraid.permission.fields", "displayName,userPrincipalName");
            String[] fields = fessConfig.getEntraIdPermissionFields();
            assertEquals(2, fields.length);
            assertEquals("displayName", fields[0]);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 25.4K bytes
    - Click Count (0)
  4. src/main/resources/fess_label_en.properties

    labels.config_parameter=Config Parameters
    labels.max_access_count=Max Access Count
    labels.number_of_thread=Number of Threads
    labels.interval_time=Interval
    labels.millisec=msec
    labels.permissions=Permissions
    labels.virtual_hosts=Virtual Hosts
    labels.virtual_host=Virtual Host
    labels.label_type=Label
    labels.file_crawling_button_create=Create
    labels.file_crawling_button_create_job=Create New Job
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 48.9K bytes
    - Click Count (0)
  5. src/main/resources/fess_label.properties

    labels.config_parameter=Config Parameters
    labels.max_access_count=Max Access Count
    labels.number_of_thread=Number of Threads
    labels.interval_time=Interval
    labels.millisec=msec
    labels.permissions=Permissions
    labels.virtual_hosts=Virtual Hosts
    labels.virtual_host=Virtual Host
    labels.label_type=Label
    labels.file_crawling_button_create=Create
    labels.file_crawling_button_create_job=Create New Job
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 48.9K bytes
    - Click Count (0)
  6. src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java

            fessConfig.setSystemProperty("entraid.default.groups", form.entraidDefaultGroups);
            fessConfig.setSystemProperty("entraid.default.roles", form.entraidDefaultRoles);
            fessConfig.setSystemProperty("entraid.permission.fields", form.entraidPermissionFields);
            fessConfig.setSystemProperty("entraid.use.ds", String.valueOf(isCheckboxEnabled(form.entraidUseDs)));
    
            fessConfig.storeSystemProperties();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 05:54:31 GMT 2026
    - 27.2K bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java

                    }
    
                    // Update session information
                    if (logger.isDebugEnabled()) {
                        logger.debug("[scheduleParentGroupLookup] Notifying permission change for user: {}", user.getName());
                    }
                    ComponentUtil.getActivityHelper().permissionChanged(OptionalThing.of(new FessUserBean(user)));
                } catch (final Exception e) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 08:03:27 GMT 2026
    - 56.8K bytes
    - Click Count (0)
  8. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * Get the value for the key 'ldap.lowercase.permission.name'. <br>
         * The value is, e.g. false <br>
         * comment: Whether to use lowercase for LDAP permission names.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getLdapLowercasePermissionName();
    
        /**
         * Is the property for the key 'ldap.lowercase.permission.name' true? <br>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 576.9K bytes
    - Click Count (2)
  9. src/main/resources/fess_label_zh_TW.properties

    labels.entraid_authority=Authority
    labels.entraid_reply_url=Reply URL
    labels.entraid_state_ttl=State TTL
    labels.entraid_default_groups=Default Groups
    labels.entraid_default_roles=Default Roles
    labels.entraid_permission_fields=Permission Fields
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 48.5K bytes
    - Click Count (0)
  10. src/main/resources/fess_label_ru.properties

    labels.entraid_authority=Authority
    labels.entraid_reply_url=Reply URL
    labels.entraid_state_ttl=State TTL
    labels.entraid_default_groups=Default Groups
    labels.entraid_default_roles=Default Roles
    labels.entraid_permission_fields=Permission Fields
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 66.6K bytes
    - Click Count (0)
Back to Top