all groups > iis security > june 2005 >
You're in the

iis security

group:

Resetting IUSR user token


Resetting IUSR user token Ard
6/24/2005 4:25:02 AM
iis security: Folks,

Maybe someone can help me out here.

I'm working on an ASP web application on a w2k server with iis 5.
The application dynamically creates folders and uses adsi to create local
windows groups that have access to these folders.
Because the group 'authenticated users' is member of one of the new windows
groups, the IUSR account should have access to the new folder. But because
the IUSR user token is cached for 15 mins anonymous users can't immediately
access this folder, but have to wait untill the TimeToLive for the IUSR token
has expired.

Because of the performance penalty i don't want to reduce the UserTokenTTL
for all users. (The possible solution described in KB152526.)

Is it possible to force the expiration of the IUSR user token? If I can
expire just this one token immediately after creating the windows groups, the
problem should be solved.

Does anyone know a way to accomplish this?


Re: Resetting IUSR user token Bernard Cheah [MVP]
6/26/2005 12:00:00 AM
I don't see this is possible other than the KB or restart the IIS services
after you have created the account.

--
Regards,
Bernard Cheah
http://www.microsoft.com/iis/
http://www.iiswebcastseries.com/
http://www.msmvps.com/bernard/


[quoted text, click to view]

Re: Resetting IUSR user token David Wang [Msft]
6/26/2005 3:30:09 AM
IIS does not expose any programmatic access for users to insert/invalidate
any of its internal caches, so you will have to find a workaround. I do not
understand why you ACL the folder to only the new local group -- why don't
you ACL the folder to also include Authenticated Users or IUSR since the
effective ACL does not change -- but now you do not get affected by the
token cache.

And I still think that your design of inserting IUSR into various Windows
user groups to be weird. It is not clear to me what you are actually gaining
vs what I had described earlier. Why are you adding IUSR to various user
groups?

The real issue here is that when a user account's group membership changes,
there is no way for IIS to get a change notification -- or else the token
cache would just work. Giving programmatic access for users to
insert/invalidate the token cache is clearly not the solution; it is just
one of many possible workarounds.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
[quoted text, click to view]
Folks,

Maybe someone can help me out here.

I'm working on an ASP web application on a w2k server with iis 5.
The application dynamically creates folders and uses adsi to create local
windows groups that have access to these folders.
Because the group 'authenticated users' is member of one of the new windows
groups, the IUSR account should have access to the new folder. But because
the IUSR user token is cached for 15 mins anonymous users can't immediately
access this folder, but have to wait untill the TimeToLive for the IUSR
token
has expired.

Because of the performance penalty i don't want to reduce the UserTokenTTL
for all users. (The possible solution described in KB152526.)

Is it possible to force the expiration of the IUSR user token? If I can
expire just this one token immediately after creating the windows groups,
the
problem should be solved.

Does anyone know a way to accomplish this?





Re: Resetting IUSR user token Ard
6/29/2005 12:28:03 AM
Thanks for your reply

I think in this case granting authenticated users direct access to the
folder would be the way to go: so thanks for that suggestion. (It seems so
obvious: why didn't I think of that one myself ??)

As for the design of the application: it's one of these things that seem to
happen to applications that exist for a number of years in a permanent state
of development by different developers. (Still not a valid excuse, but it
gets me of the hook doesn't it :-)

Gr. Ard

[quoted text, click to view]
Re: Resetting IUSR user token David Wang [Msft]
6/29/2005 3:38:09 PM
Ah, ok. Well, glad the obvious solution is working out for you. :-)

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
[quoted text, click to view]
Thanks for your reply

I think in this case granting authenticated users direct access to the
folder would be the way to go: so thanks for that suggestion. (It seems so
obvious: why didn't I think of that one myself ??)

As for the design of the application: it's one of these things that seem to
happen to applications that exist for a number of years in a permanent state
of development by different developers. (Still not a valid excuse, but it
gets me of the hook doesn't it :-)

Gr. Ard

[quoted text, click to view]

AddThis Social Bookmark Button