Update ldap.class.php

This commit is contained in:
Frédéric FRANCE 2018-08-30 23:13:16 +02:00 committed by GitHub
parent 9cc6533d11
commit 26c0244dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,10 +34,16 @@ class Ldap
*/ */
public $error=''; public $error='';
/**
* @var string[] Array of error strings
*/
public $errors = array();
/** /**
* Tableau des serveurs (IP addresses ou nom d'hotes) * Tableau des serveurs (IP addresses ou nom d'hotes)
*/ */
var $server=array(); var $server=array();
/** /**
* Base DN (e.g. "dc=foo,dc=com") * Base DN (e.g. "dc=foo,dc=com")
*/ */