diff --git a/library/Icinga/Protocol/Ldap/Connection.php b/library/Icinga/Protocol/Ldap/Connection.php index 7ed636485..038a45c42 100644 --- a/library/Icinga/Protocol/Ldap/Connection.php +++ b/library/Icinga/Protocol/Ldap/Connection.php @@ -205,7 +205,7 @@ class Connection implements Selectable return $pairs; } - public function hasDN($dn) + public function hasDn($dn) { $this->connect(); $this->bind();