Changeset 5517 in subversion
- Timestamp:
- Nov 30, 2011 8:49:17 AM (18 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/rcube_ldap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_ldap.php
r5515 r5517 237 237 238 238 if ($this->prop['search_base_dn'] && $this->prop['search_filter']) { 239 if (!empty $this->prop['search_bind_dn']) && !empty($this->prop['search_bind_pw'])) {239 if (!empty($this->prop['search_bind_dn']) && !empty($this->prop['search_bind_pw'])) { 240 240 $this->bind($this->prop['search_bind_dn'], $this->prop['search_bind_pw']); 241 241 }
Note: See TracChangeset
for help on using the changeset viewer.
