same problem here
From: "Dan Kegel" <[EMAIL PROTECTED]>
To: wine-devel
Subject: re: Retrieve the groups for a token from the server.
Date: Mon, 8 May 2006 23:15:59 -0700
Someone let me know when the food fight is over
so I can try installing things again. For now,
everythi
Someone let me know when the food fight is over
so I can try installing things again. For now,
everything interesting I try installing fails
complaining I don't have administrator privs.
- Dan
Robert Shearman <[EMAIL PROTECTED]> writes:
> +tryagain:
> +req->handle = token;
> +wine_server_set_reply( req, buffer, server_buf_len );
> +status = wine_server_call( req );
> +if (status == STATUS_BUFFER_TOO_SMALL)
> +{
> +
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