Aleksander Machniak
2014-05-12 d5190084980835d68847a9b9c18f68c00b4cd37a
program/lib/Roundcube/rcube_ldap_generic.php
@@ -190,6 +190,9 @@
            if (isset($this->config['referrals']))
                ldap_set_option($lc, LDAP_OPT_REFERRALS, $this->config['referrals']);
            if (isset($this->config['dereference']))
                ldap_set_option($lc, LDAP_OPT_DEREF, $this->config['dereference']);
        }
        else {
            $this->_debug("S: NOT OK");