fixed the issue related to USR_AUTH_USER_DN

This commit is contained in:
girish
2011-02-18 16:19:41 +00:00
parent 9e491ee8ed
commit caee5a5e10
4 changed files with 11 additions and 3 deletions

View File

@@ -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;