alecpl
2011-11-30 a691021389779487e93370ad4c4120cd0ee516b7
- Merge commit r5517 from trunk


1 files modified
2 ■■■ changed files
program/include/rcube_ldap.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_ldap.php
@@ -228,7 +228,7 @@
            $replaces = array('%dn' => '', '%dc' => $dc, '%d' => $d, '%fu' => $fu, '%u' => $u);
            if ($this->prop['search_base_dn'] && $this->prop['search_filter']) {
                if (!empty$this->prop['search_bind_dn']) && !empty($this->prop['search_bind_pw'])) {
                if (!empty($this->prop['search_bind_dn']) && !empty($this->prop['search_bind_pw'])) {
                    $this->bind($this->prop['search_bind_dn'], $this->prop['search_bind_pw']);
                }