Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Feb 11, 2018
1 parent 128587d commit 4c87367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/defaults.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -957,9 +957,9 @@
// Used where addressbook contains aliases to objects elsewhere in the LDAP tree.
// definition for contact groups (uncomment if no groups are supported)
// for the groups base_dn, the user replacements %fu, %u, $d and %dc work as for base_dn (see above)
// for the groups base_dn, the user replacements %fu, %u, %d and %dc work as for base_dn (see above)
// if the groups base_dn is empty, the contact base_dn is used for the groups as well
// -> in this case, assure that groups and contacts are separated due to the concernig filters!
// -> 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
Expand Down

0 comments on commit 4c87367

Please sign in to comment.