thomascube
2012-02-29 aa9ddf1f03b9031580219eb6c343742e2ffb5666
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
@@ -611,6 +611,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