samba-technical@lists.samba.org
[Top] [All Lists]

Re: libwbclient - wbcLogoffUser() & wbcLookupDomainController

Subject: Re: libwbclient - wbcLogoffUser() & wbcLookupDomainController
From: Volker Lendecke
Date: Thu, 8 May 2008 10:47:04 +0200
On Wed, May 07, 2008 at 06:08:03PM -0500, Gerald (Jerry) Carter wrote:
> > I'm not yet sure about the prototype of wbcLogonUser()...
> > ...but I think we should use arrays of a structure like this:
> > 
> > struct {
> >     const char *name;
> >     bool critical;
> >     struct {
> >             uint32_t length;
> >             uint8_t *data;
> >     } value;
> > }
> > 
> > to pass extra data, e.g. needed for AFS krb5 logons in and out
> > of wbcLogonUser().
> 
> I'm not quite following you.  What extra data are you passing?

The same info that wbinfo -k transfers: An AFS-style krb4
ticket that was created using the fake-kaserver facility by
winbind. Others might want to add other kinds of token.

Volker
<Prev in Thread] Current Thread [Next in Thread>