A
Adrian Parker
At the moment, we have a simple user id / password entry screen to login to
our website, the data credentials are held in our database.
We've now been asked to integrate with active directory so that users on the
lan who are already logged in via active directory no longer need to log
into the website, but automatically are logged in using their network userid
(which should match the old website login).
I can see how I could prompt for the userid / pwd again and interogate the
active directory to see if the user is valid, but how can I do it without
asking for the login info ?
Thanks
Adrian Parker
our website, the data credentials are held in our database.
We've now been asked to integrate with active directory so that users on the
lan who are already logged in via active directory no longer need to log
into the website, but automatically are logged in using their network userid
(which should match the old website login).
I can see how I could prompt for the userid / pwd again and interogate the
active directory to see if the user is valid, but how can I do it without
asking for the login info ?
Thanks
Adrian Parker