Commit e577554b authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Fixes #4481 Removing «Enable primary group filter» option

Showing with 1 addition and 6 deletions
+1 -6
...@@ -225,6 +225,7 @@ attributetype ( 1.3.6.1.4.1.38414.8.13.8 NAME 'fdForcePasswordDefaultHash' ...@@ -225,6 +225,7 @@ attributetype ( 1.3.6.1.4.1.38414.8.13.8 NAME 'fdForcePasswordDefaultHash'
attributetype ( 1.3.6.1.4.1.38414.8.14.1 NAME 'fdPrimaryGroupFilter' attributetype ( 1.3.6.1.4.1.38414.8.14.1 NAME 'fdPrimaryGroupFilter'
DESC 'FusionDirectory - Primary group filter' DESC 'FusionDirectory - Primary group filter'
OBSOLETE
EQUALITY booleanMatch EQUALITY booleanMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
SINGLE-VALUE ) SINGLE-VALUE )
......
...@@ -157,12 +157,6 @@ class configInLdap extends simplePlugin ...@@ -157,12 +157,6 @@ class configInLdap extends simplePlugin
'core_settings' => array( 'core_settings' => array(
'name' => _('Core settings'), 'name' => _('Core settings'),
'attrs' => array( 'attrs' => array(
new BooleanAttribute (
_('Enable primary group filter'),
_('It is time consuming to evaluate which groups are primary and which are not, so you may want to disable it if your group plugin is slow.'),
'fdPrimaryGroupFilter', FALSE,
TRUE
),
new BooleanAttribute ( new BooleanAttribute (
_('Display summary in listings'), _('Display summary in listings'),
_('Determines whether a status bar will be shown on the bottom of lists, displaying a short summary of type and number of elements in the list.'), _('Determines whether a status bar will be shown on the bottom of lists, displaying a short summary of type and number of elements in the list.'),
......
  • bmortier @bmortier

    mentioned in issue #1428

    By Côme Chilliet on 2017-09-02T15:26:13 (imported from GitLab)

    ·

    mentioned in issue #1428

    By Côme Chilliet on 2017-09-02T15:26:13 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment