Thomas Bruederli
2014-01-22 febcd4b225f160a4fcbff407df197b7d931eaf2a
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))