fixed the issue related to USR_AUTH_USER_DN
This commit is contained in:
@@ -62,7 +62,7 @@ class Installer
|
||||
|
||||
function setServerData($psServer, $psPort, $psUserName, $psPassword )
|
||||
{
|
||||
$this->server = $psServer;
|
||||
$this->server = $psServer.':'.$psPort;
|
||||
$this->port = $psPort;
|
||||
$this->userName = $psUserName;
|
||||
$this->password = $psPassword;
|
||||
|
||||
Reference in New Issue
Block a user