Changeset 6039aae in github for config/main.inc.php.dist


Ignore:
Timestamp:
Jan 29, 2011 6:31:23 AM (2 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
d755ead
Parents:
cf2da2f
Message:

Add groups support for LDAP address books, contributed by Andreas Dick

File:
1 edited

Legend:

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

    rcf2da2f r6039aae  
    502502  'filter'        => '',      // used for basic listing (if not empty) and will be &'d with search queries. example: status=act 
    503503  'fuzzy_search'  => true,    // server allows wildcard search 
    504   'sizelimit'     => '0',     // Enables you to limit the count of entries fetched. Setting this to 0 means no limit.  
    505   'timelimit'     => '0',     // Sets the number of seconds how long is spend on the search. Setting this to 0 means no limit.  
     504  'sizelimit'     => '0',     // Enables you to limit the count of entries fetched. Setting this to 0 means no limit. 
     505  'timelimit'     => '0',     // Sets the number of seconds how long is spend on the search. Setting this to 0 means no limit. 
     506  // definition for groups, set to false if no groups are supported 
     507  'groups'        => array( 
     508    'base_dn'     => 'ou=groups,ou=rcabook,dc=localhost', 
     509    'filter'      => '(objectClass=groupOfNames)', 
     510  ), 
    506511); 
    507512*/ 
Note: See TracChangeset for help on using the changeset viewer.