mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +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;
|
||||
}
|
||||
|
||||
public function hasDN($dn)
|
||||
public function hasDn($dn)
|
||||
{
|
||||
$this->connect();
|
||||
$this->bind();
|
||||
|
Loading…
x
Reference in New Issue
Block a user