So I have a nifty script (thanks to the help of some responders to a previous question), that allows a person to enter their username & password from Win AD using LDAP.
Taking that a step further I'd like to be able to see if the person has already authenticated their session on the PC and use that information instead of them entering new stuff. Someone did reference SSPI, which I wrote a little script to give me the persons username... this is ALMOST what I want.
Problem with SSPI (from what I can see, please correct me here), is that if the person doesn't have an authenticated AD session the browser asks for one in one of the tradition pop-up boxes which the user is also forced to type their DOMAIN\ before the user. I would like to have them visit my login form, not use the browser pop-up.
I look forward to your thoughts.