Changeset 5393 in subversion
- Timestamp:
- Nov 5, 2011 7:42:47 AM (19 months ago)
- Location:
- branches/release-0.7
- Files:
-
- 2 edited
-
config/main.inc.php.dist (modified) (1 diff)
-
program/include/rcube_ldap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.7/config/main.inc.php.dist
r5349 r5393 587 587 'sizelimit' => '0', // Enables you to limit the count of entries fetched. Setting this to 0 means no limit. 588 588 'timelimit' => '0', // Sets the number of seconds how long is spend on the search. Setting this to 0 means no limit. 589 'referrals' => true|false, // Sets the LDAP_OPT_REFERRALS option. Mostly used in multi-domain Active Directory setups 589 590 590 591 // definition for contact groups (uncomment if no groups are supported) -
branches/release-0.7/program/include/rcube_ldap.php
r5380 r5393 182 182 $this->prop['host'] = $host; 183 183 $this->conn = $lc; 184 185 if (isset($this->prop['referrals'])) 186 ldap_set_option($lc, LDAP_OPT_REFERRALS, $this->prop['referrals']); 184 187 break; 185 188 }
Note: See TracChangeset
for help on using the changeset viewer.
