Re: server: Retrieve the groups for a token from the server

2006-05-05 Thread Alexandre Julliard
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; > > -

server: Retrieve the groups for a token from the server

2006-04-30 Thread Dan Kegel
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.

Re: server: Retrieve the groups for a token from the server

2006-04-30 Thread James Hawkins
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