|
-
Jan 16th, 2001, 02:43 PM
#1
Thread Starter
Hyperactive Member
I'm developing a database that will be using a challenge/response login. Is there a way I can capture the username that is entered?
Thanks in advance,
-
Jan 16th, 2001, 11:01 PM
#2
Guru
You have to disable anonymous access via the IIS manager. Then you can use request.servervariables("AUTH_USER") to get the WinNT name
-
Jan 17th, 2001, 08:46 AM
#3
Thread Starter
Hyperactive Member
I jumped the gun on this post a little. When I use the AUTH_USER of REMOTE_USER variables, I get INFO\Administrator as a username. Do I have to use some string manipulation to get rid of the INFO\ part?
-
Jan 17th, 2001, 10:31 AM
#4
Guru
Yes you will need to do some string manipulation. The names are retrieved in DOMAIN\USERNAME format
-
Jan 17th, 2001, 10:37 AM
#5
Thread Starter
Hyperactive Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|