thomascube
2012-02-29 2d3f635a978ab434944f92ce2d019caaf9ccbbf1
Describe 'scope' option for LDAP groups in config template

1 files modified
1 ■■■■ changed files
config/main.inc.php.dist 1 ●●●● patch | view | raw | blame | history
config/main.inc.php.dist
@@ -603,6 +603,7 @@
  // -> in this case, assure that groups and contacts are separated due to the concernig filters! 
  'groups'        => array(
    'base_dn'     => '',
    'scope'       => 'sub',   // search mode: sub|base|list
    'filter'      => '(objectClass=groupOfNames)',
    'object_classes' => array("top", "groupOfNames"),
    'member_attr'  => 'member',   // name of the member attribute, e.g. uniqueMember