mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Ldap\Connection: Rename method hasDN() to hasDn()
This commit is contained in:
parent
759e243d90
commit
56cb4c28c4
@ -205,7 +205,7 @@ class Connection implements Selectable
|
|||||||
return $pairs;
|
return $pairs;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasDN($dn)
|
public function hasDn($dn)
|
||||||
{
|
{
|
||||||
$this->connect();
|
$this->connect();
|
||||||
$this->bind();
|
$this->bind();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user