Describe 'scope' option for LDAP groups in config template

pull/1/head
thomascube 13 years ago
parent 737fbe3b66
commit aa9ddf1f03

@ -611,6 +611,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