Aleksander Machniak
2014-05-12 f92cccac38f877ab3537dcb489bb4a6216334f84
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");