Scott Ferguson
Starting Member
6 Posts |
Posted - 06 December 2001 : 17:54:27
|
Where about's can I find the code which pull users full UserName from NTs SAM database e.g.
When NT AUTH is switched on, logged on forum users are displayed like this:
LastName, FirstName (Network UserID)
I would like to use a simliar format for the front page of my Intranet e.g.
Welcome LastName, FirstName
At the moment im using Request.ServerVariables("LOGON_USER") but this only displays "DomainName\UserID"
Can anyone help ?
Thanks
ASP Newbie 
|
|