Re: IIS 5 looses authenticated user
From: Dan Ackermann (dummy_at_intos.ch)
Date: 02/26/04
- Previous message: na: "Re: Indexserver eigenen Benutzer Zugriff erlaben"
- In reply to: Bernard: "Re: IIS 5 looses authenticated user"
- Next in thread: Bernard: "Re: IIS 5 looses authenticated user"
- Reply: Bernard: "Re: IIS 5 looses authenticated user"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 26 Feb 2004 11:29:39 +0100
Bernhard,
That's exactly what I'm thinking myself - but the reality shows it's
different !!!
We are using NTFS Permissions. (IIS permissions set to allow anonymous,
& basic auth.)
In the specific directory anonymous has NTFS read rights and the
admingroup for this customer NTFS full control.
Checked with filemon and it's excatly what I'm expected. If it does not
work I see a Access denied for user anonymous if it works I see User
<unable to open token> ???
Well, somthing makes dllhost.exe switch user context just haven't found
out what it is :-(
Do you have any other idea ??
TIA
Dan
Bernard wrote:
> if it work, it should work all the time.. not 9 out of 10.
> are you using IIS authentication ?
>
> when accessing content, IIS will first check your IP to see if it's allow,
> then authentication if any, then web permission, and finally ntfs
> permission. through out the process you will have process identity and
> request identity. process as in the account running application, such as
> localsystem for inetinfo, iwam for dllhost, and request identity is the
> thread that actually accessing the content. if anonymous is allowed, iusr
> will be the authenticated user token for the content or the authenticated
> user if a registered account logged in.
>
> you can try filemon (sysinternals.com) to track related access issue to see
> what user actually is accessing or writing the content.
>
- Previous message: na: "Re: Indexserver eigenen Benutzer Zugriff erlaben"
- In reply to: Bernard: "Re: IIS 5 looses authenticated user"
- Next in thread: Bernard: "Re: IIS 5 looses authenticated user"
- Reply: Bernard: "Re: IIS 5 looses authenticated user"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|