| Automatic Login using Windows Authentication -
19-12-2006, 08:05 PM
I am trying to get an automatic login working for our users, I wrote a little program to import all of our users into the helpdesk database with correct logins and e-mails etc... and want to automatically log users in when they hit the page.
I do not know much about php but am able to easily pull the user's username. Can someone tell me a little bit how the authentication works in SupportSuite. I do not need to access passwords as once a user is authenticated on the server it is good enough (can't access without logging in).
So in other words my question is: how can I intercept the authentication process and send in a username and automatically log that user in.
any help would be appreciated,
Mirek |