Aleksander Machniak
2014-01-16 531c4d896c6fda2e979e219633078c95b95d83c0
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))