Changeset 2d3f635 in github


Ignore:
Timestamp:
Feb 29, 2012 9:55:02 AM (15 months ago)
Author:
thomascube <thomas@…>
Branches:
release-0.7
Children:
0411ae5
Parents:
249303d
Message:

Describe 'scope' option for LDAP groups in config template

File:
1 edited

Legend:

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

    r4dc22dd r2d3f635  
    604604  'groups'        => array( 
    605605    'base_dn'     => '', 
     606    'scope'       => 'sub',   // search mode: sub|base|list 
    606607    'filter'      => '(objectClass=groupOfNames)', 
    607608    'object_classes' => array("top", "groupOfNames"), 
Note: See TracChangeset for help on using the changeset viewer.