q: asp.net: changing logon time to get LOGON32_LOGON_NETWORK_CLEARTEXT ?
From: Juri Zenkevitch (yury_at_altiris.ee)
Date: 11/26/03
- Next message: Juri Zenkevitch: "Re: asp.net: changing logon time to get LOGON32_LOGON_NETWORK_CLEARTEXT ?"
- Previous message: Andrea D'Onofrio: "Re: Security issue with Assembly in GAC and ASP.NET run-time"
- Next in thread: Juri Zenkevitch: "Re: asp.net: changing logon time to get LOGON32_LOGON_NETWORK_CLEARTEXT ?"
- Reply: Juri Zenkevitch: "Re: asp.net: changing logon time to get LOGON32_LOGON_NETWORK_CLEARTEXT ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 26 Nov 2003 14:55:29 +0200
Hi All !
I get into the problem... My web application, which uses authentication
mode="Windows", so the app will impersonate under the user, which access
it's pages. In the application, I do use
"Microsoft.Win32.RegistryKey.OpenRemoteBaseKey", which fails, because the
app identity was (probably) logged on w/out the NETWORK_CLEARTEXT flag
(LogonUser).
So, the question is: can I change that flag somehow for current application
identity ? I can not do the LogonUser, because my server-side code do not
have the password for user, only it's identity (token) in Principal
object...
Any ideas ?
Thank you,
Yury.
- Next message: Juri Zenkevitch: "Re: asp.net: changing logon time to get LOGON32_LOGON_NETWORK_CLEARTEXT ?"
- Previous message: Andrea D'Onofrio: "Re: Security issue with Assembly in GAC and ASP.NET run-time"
- Next in thread: Juri Zenkevitch: "Re: asp.net: changing logon time to get LOGON32_LOGON_NETWORK_CLEARTEXT ?"
- Reply: Juri Zenkevitch: "Re: asp.net: changing logon time to get LOGON32_LOGON_NETWORK_CLEARTEXT ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|