.Net does not realize user was removed from a group
From: Geoffrey Pennington (penningtong_at_stic2.comNOSPAM)
Date: 06/25/04
- Next message: Pieter Philippaerts: "Re: Is RSAPKCS1SignatureDeformatter supported?"
- Previous message: Mark Shasby: "Is RSAPKCS1SignatureDeformatter supported?"
- Next in thread: Geoffrey Pennington: "There seems to be a time lag..."
- Reply: Geoffrey Pennington: "There seems to be a time lag..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 25 Jun 2004 11:05:56 -0400
I have a piece of code like this:
If User.IsInRole("stic\ISSAdmins") Then
cbOverrideLimit.Enabled = True
End If
If I sign on as a user who is not a member of stic2\ISSAdmins, the condition
tests "false" as it should. If I add myself to the group and sign on, the
condition returns "true." Again, this is what I expect.
But - if I remove myself again, the condition continues to return "true". We
have tried waiting for a couple hours and have tried rebooting the
workstation (not the server) in the thought that some token hadn't been
reset. Made no difference.
Any idea what is going on here?
- Next message: Pieter Philippaerts: "Re: Is RSAPKCS1SignatureDeformatter supported?"
- Previous message: Mark Shasby: "Is RSAPKCS1SignatureDeformatter supported?"
- Next in thread: Geoffrey Pennington: "There seems to be a time lag..."
- Reply: Geoffrey Pennington: "There seems to be a time lag..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|