Changeset aa9ddf1 in github


Ignore:
Timestamp:
Feb 29, 2012 9:55:02 AM (15 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
15dfdbe
Parents:
737fbe3b
Message:

Describe 'scope' option for LDAP groups in config template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • config/main.inc.php.dist

    rbf9ddec raa9ddf1  
    612612  'groups'        => array( 
    613613    'base_dn'     => '', 
     614    'scope'       => 'sub',   // search mode: sub|base|list 
    614615    'filter'      => '(objectClass=groupOfNames)', 
    615616    'object_classes' => array("top", "groupOfNames"), 
Note: See TracChangeset for help on using the changeset viewer.