Re: [DOTNET] Authenticating against an Active Directory in .Net

2002-05-09 Thread Joseph E Shook
]] On Behalf Of Alex Henderson Sent: Thursday, May 09, 2002 4:23 PM To: [EMAIL PROTECTED] Subject: [DOTNET] Authenticating against an Active Directory in .Net I have users coming into my system remotely (to a web page) - I would like to authenticate them using a username/password etc. passed over an

[DOTNET] Authenticating against an Active Directory in .Net

2002-05-09 Thread Alex Henderson
I have users coming into my system remotely (to a web page) - I would like to authenticate them using a username/password etc. passed over an HTTPS connection against accounts in an Active Directory. I don't want to use IIS security but wish to perform the authentication manually. Here's an examp