Log in

View Full Version : Using ntlm


Mistery1
Sep 9, 2009, 06:22 AM
Hi there,

I wonder if anyone can help. I'm creating a web based application using asp.net 2.0 and vb. I need to know, when someone goes to this site and instead of having to login to this site it must use ntlm to pick up the username and password that the user used to sign onto windows which is linked back to active directory. And in turn save the username to a database to keep track of who logged in. also to grab information from that specific machine like version of the operating system and version of office.

Alice123
Sep 9, 2009, 07:39 AM
Which site are you talking about? Can u please be more specific here?

Thanks.

Mistery1
Sep 9, 2009, 07:51 AM
Hi there,

I am creating my own site. A site that for our company only. I currently have a login in page where the user needs to sign on, and all the usernames and passwords are stored in a ms sql database. I want to now do away with the login page. And using ntlm to do a transparent authentication so that the user doesn't have to log in.

Thanks