Hi All,
I am using sugar crm 5.0e version and I have integrated sugar to one of my applications which authenticates users through ldap server , now I want to remove the login page of sugar and for which I have used sessions and passed all the required parameters in the session ..even then it doesn't allow me to login.
$_SESSION['login_user_name'] = $_SESSION['user_name'];
$_SESSION['login_password'] = $_SESSION['user_password'];
$_POST['user_name'] = $_SESSION['user_name'];
$_POST['user_password'] = $_SESSION['user_password'];
$_SESSION['module']='Users';
$_SESSION['action']='Authenticate';
$_SESSION['return_module']='Users';
$_SESSION['cant_login']='Login';
$_SESSION['login_theme']='BoldMove';
$_SESSION['login_language']='en_us';
$_SESSION['Login']='Login';
this are set sugar_version.php it logs in and the logs out.
your help on this will be highly appreciated
thanks
Poonam,


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks