Browse Source

Describe 'scope' option for LDAP groups in config template

release-0.7
thomascube 14 years ago
parent
commit
2d3f635a97
  1. 1
      config/main.inc.php.dist

1
config/main.inc.php.dist

@ -603,6 +603,7 @@ $rcmail_config['ldap_public']['Verisign'] = array(
// -> 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

Loading…
Cancel
Save