Merge pull request #9362 from frederic34/patch-20

Update ldap.class.php
This commit is contained in:
Laurent Destailleur 2018-09-01 13:28:32 +02:00 committed by GitHub
commit 06355f7f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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