Aleksander Machniak
2014-02-07 8c32f881933c19e57b9148149d1c86eb802be3ff
program/lib/Roundcube/rcube_ldap.php
@@ -554,7 +554,7 @@
        }
        else {
            $prop    = $this->group_id ? $this->group_data : $this->prop;
            $base_dn = $this->group_id ? $this->group_base_dn : $this->base_dn;
            $base_dn = $this->group_id ? $prop['base_dn'] : $this->base_dn;
            // use global search filter
            if (!empty($this->filter))