From 8ffa9922f2757230239118d0cdafb6782874885e Mon Sep 17 00:00:00 2001 From: thomasb Date: Sat, 5 Nov 2011 11:34:53 +0000 Subject: Added config property to set LDAP_OPT_REFERRALS option to an LDAP connection git-svn-id: https://svn.roundcube.net/trunk@5392 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/main.inc.php.dist | 1 + 1 file changed, 1 insertion(+) (limited to 'roundcubemail/config') diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 3782374f3..896fcbe65 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -586,6 +586,7 @@ $rcmail_config['ldap_public']['Verisign'] = array( 'numsub_filter' => '(objectClass=organizationalUnit)', // with VLV, we also use numSubOrdinates to query the total number of records. Set this filter to get all numSubOrdinates attributes for counting 'sizelimit' => '0', // Enables you to limit the count of entries fetched. Setting this to 0 means no limit. 'timelimit' => '0', // Sets the number of seconds how long is spend on the search. Setting this to 0 means no limit. + 'referrals' => true|false, // Sets the LDAP_OPT_REFERRALS option. Mostly used in multi-domain Active Directory setups // 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) -- cgit v1.2.3