|
|
@ -236,7 +236,7 @@ class rcube_ldap extends rcube_addressbook
|
|
|
|
$replaces = array('%dn' => '', '%dc' => $dc, '%d' => $d, '%fu' => $fu, '%u' => $u);
|
|
|
|
$replaces = array('%dn' => '', '%dc' => $dc, '%d' => $d, '%fu' => $fu, '%u' => $u);
|
|
|
|
|
|
|
|
|
|
|
|
if ($this->prop['search_base_dn'] && $this->prop['search_filter']) {
|
|
|
|
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']);
|
|
|
|
$this->bind($this->prop['search_bind_dn'], $this->prop['search_bind_pw']);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|