Thomas Bruederli
2014-05-12 b693dcf4e3981425df7b3cda504cab3966d32ebe
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");