Rank: Newbie Groups: Member
Joined: 8/13/2009 Posts: 2 Points: 6
|
Hi
In a multiple sql server scenario is it possible to pass the Server name as a variable (post or get)? My goal is to propose the user with the right db server and avoid authentication problem only because the users choose the wrong server.
Thanks Roberto
|
Rank: Administration Groups: Administration
Joined: 9/11/2006 Posts: 605 Points: 649 Location: Enghien Les Bains, France
|
The silent login module allows you to pass (POST method) all the necessary info to log the user. It includes the servername, the dbname, the authentication mode, the user credentials... Silent Login Help documentation (pdf file) is located in your install folder.
|