diff --git a/htdocs/core/class/ldap.class.php b/htdocs/core/class/ldap.class.php index 71635a89233..19e7ad353b4 100644 --- a/htdocs/core/class/ldap.class.php +++ b/htdocs/core/class/ldap.class.php @@ -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") */