From b97959e5f07e8420430f33a03783ec78b0c4ef66 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 15 Jul 2026 01:27:33 +0200 Subject: [PATCH] Doc --- htdocs/core/class/ldap.class.php | 1 - 1 file changed, 1 deletion(-) 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()