Robert Shearman <[EMAIL PROTECTED]> writes:
> +tryagain:
> +SERVER_START_REQ( get_token_groups )
> {
> -TOKEN_GROUPS *tgroups = tokeninfo;
> -SID_IDENTIFIER_AUTHORITY sid = {SECURITY_NT_AUTHORITY};
> +TOKEN_GROUPS *groups = tokeninfo;
>
> -
James Hawkins wrote:
On 4/26/06, Robert Shearman wrote:
ChangeLog:
Retrieve the groups for a token using a server call instead of hard
coding them.
Before this patch, we simulated administrator's privileges in the
TokenGroups case, but we're no longer recognized as admins.
I think it's a bug.
On 4/26/06, Robert Shearman <[EMAIL PROTECTED]> wrote:
ChangeLog:
Retrieve the groups for a token using a server call instead of hard
coding them.
Hey Rob,
Before this patch, we simulated administrator's privileges in the
TokenGroups case, but we're no longer recognized as admins. Any app
th