diff --git a/htdocs/core/class/ldap.class.php b/htdocs/core/class/ldap.class.php index 768bf1bcb1d..ae2e4b41ebe 100644 --- a/htdocs/core/class/ldap.class.php +++ b/htdocs/core/class/ldap.class.php @@ -312,7 +312,6 @@ class Ldap * Use this->server, this->serverPort, this->ldapProtocolVersion, this->serverType, this->searchUser, this->searchPassword * After return, this->connection and $this->bind are defined * - * @see connect_bind renamed * @return int if KO: <0 || if bind anonymous: 1 || if bind auth: 2 */ public function connectBind()