Changeset 69cb80b in github
- Timestamp:
- Nov 5, 2011 7:42:47 AM (19 months ago)
- Branches:
- release-0.7
- Children:
- 51f7a5b
- Parents:
- 2573a87
- Files:
-
- 2 edited
-
config/main.inc.php.dist (modified) (1 diff)
-
program/include/rcube_ldap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
config/main.inc.php.dist
rc041d57 r69cb80b 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) -
program/include/rcube_ldap.php
r2573a87 r69cb80b 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.
