LOGON_USER
From: Darren (anonymous_at_discussions.microsoft.com)
Date: 07/12/04
- Next message: Daisy: "configure the certificate in ISA"
- Previous message: Todd Johnson: "Re: How to terminate client logon? session.abandon not working?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 12 Jul 2004 13:20:22 -0700
I am using IIS to map a windows user client certificate
to another windows user account. That is I am mapping
domain\user to domain\user1 where domain is the same in
both cases.
When I do a Request.ServerVariables("Logon_user") on an
asp page it shows the user after the mapping
(domain\user1). But when I do a SQL database insert by
making my variable equal to Request.ServerVariables
("Logon_user"), it inserts the non mapped username
(domain\user). Why does it do this? I need for
domain\user1 to be inserted into the table. It makes no
sense to me because I am using the same command for
both! Anyone have any ideas? Thanks!
Darren
- Next message: Daisy: "configure the certificate in ISA"
- Previous message: Todd Johnson: "Re: How to terminate client logon? session.abandon not working?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|