Fix setting ldap debug after Net_LDAP3 integration
This commit is contained in:
parent
23dfdba348
commit
934b0e4dc9
1 changed files with 1 additions and 1 deletions
|
@ -34,11 +34,11 @@ class kolab_auth_ldap extends rcube_ldap_generic
|
|||
{
|
||||
$rcmail = rcube::get_instance();
|
||||
|
||||
$this->debug = (bool) $rcmail->config->get('ldap_debug');
|
||||
$this->fieldmap = $p['fieldmap'];
|
||||
$this->fieldmap['uid'] = 'uid';
|
||||
|
||||
$p['attributes'] = array_values($this->fieldmap);
|
||||
$p['debug'] = (bool) $rcmail->config->get('ldap_debug');
|
||||
|
||||
// Connect to the server (with bind)
|
||||
parent::__construct($p);
|
||||
|
|
Loading…
Add table
Reference in a new issue