This topic is locked
[SOLVED]

 NT Username and Group Name

5/17/2005 12:27:32 PM
ASPRunnerPro General questions
swat author

hi-
Users have NT login name Group/Username , ex: VTGY/tsmith , and every time they log in their computer, they have to enter it. I would like to get this NT login info and use it as OWNERID function- Can I use Session.UserID or any function ?

S
Skynet 5/17/2005

Hi:
You can use a simple table with 3 fields: Username, Group and Password. Put the complete list of users and groups in table.
At login you can use Username and Group like Lookup wizard where the user select your username / group and they need input your password only.
Another way is using 1 single field for Username / Group like: Skynet / Operations and the user input only the password.

swat author 5/17/2005

Skynet-
I do not have the userrname or group data, this is the problem- I need to collect their username/group information- using session function or something- I need to get NT login information

Sergey Kornilov admin 5/18/2005

Swat,
you can use Request.ServerVariables("LOGON_USER") to retrieve NT logged user name.