Wrox Home  
Search P2P Archive for: Go

  Return to Index  

security_asp thread: Recording NT User Names


Message #1 by "Dean Sivell" <dean.sivell@w...> on Wed, 28 Feb 2001 13:56:39
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C0A199.58FABEF0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Setting the security for your website to NT/Challenge Reponse only, and 
use
Request.ServerVariables("LOGON_USER") for retrieve the name of user.
Or you could setting the security of the your web site to Clear 
Password for
requery the name of user and password. This method is use for Microsoft 
in
Outlook Web Access.
You could view this information in MSDN Online, in Partial Books.


P.D. Excuse my errors languages. My primary language is Spanish.


-----Mensaje original-----
De: Dean Sivell [mailto:dean.sivell@w...]
Enviado el: Mi=E9rcoles, 28 de Febrero de 2001 08:57 a.m.
Para: Security_asp
Asunto: Recording NT User Names


Hi,

I need to record the User names of users visiting my intranet site.  I 
can
setup the database side of things but can't work out how to retrieve 
the
NT user names/logons.

Any help would be great.

Thanks,

Dean
---
http://www.asptoday.com - the leading site for timely,
in-depth information for ASP developers everywhere.
$subst('Email.Unsub')


  Return to Index