Do not require the `connection' directive when creating a LDAP resource
This commit is contained in:
parent
7a4403f5a5
commit
8295d6d9b0
|
@ -78,7 +78,7 @@ class Connection
|
|||
$this->bind_pw = $config->bind_pw;
|
||||
$this->root_dn = $config->root_dn;
|
||||
$this->port = $config->get('port', $this->port);
|
||||
$this->connectionType = $config->connection;
|
||||
$this->connectionType = $config->get('connection');
|
||||
$this->reqCert = (bool) $config->get('reqcert', $this->reqCert);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue