Skip to content
Snippets Groups Projects
Commit 1fa8c555 authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FIX #12091 TIME 2:30 fix openldap synchronization script

parent 0438c885
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ class LDAP { ...@@ -31,7 +31,7 @@ class LDAP {
protected $_bind; protected $_bind;
function __construct($domain,$login,$password,$ssl='false',$hostname){ function __construct($domain,$login,$password,$ssl='false',$hostname=null){
$this->_domain = $domain; $this->_domain = $domain;
$this->_login = $login; $this->_login = $login;
...@@ -284,4 +284,4 @@ class LDAP { ...@@ -284,4 +284,4 @@ class LDAP {
} }
?> ?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment