This commit is contained in:
Laurent Destailleur 2026-07-15 01:27:33 +02:00
parent 967897f763
commit b97959e5f0

View file

@ -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()