Merge pull request #9362 from frederic34/patch-20
Update ldap.class.php
This commit is contained in:
commit
06355f7f08
@ -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")
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user