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?
Geoffrey Pennington - 25 Jun 2004 20:31 GMT
Evenually, the fact of having been removed from the group does "take", but
I'd like to know the mechanism...
> I have a piece of code like this:
> If User.IsInRole("stic\ISSAdmins") Then
[quoted text clipped - 11 lines]
>
> Any idea what is going on here?