Tracked down the build farm breakage.

Jeremy Allison jra at samba.org
Sat Dec 22 23:38:19 GMT 2007


On Sat, Dec 22, 2007 at 02:12:55PM +0100, Michael Adam wrote:
> I am starting a git bisect on this.
> 
> I suspect one of the changes between
> ad87786c91709d62ee2cbd02c87e59b855e050cc
> and
> abba6717b5da709ae9cf3097042228ddbe630cca
> to be the culprit.

Ok, I've tracked down some more. In the older 3.2
code before the wb library split doing a :

wbinfo --domain-groups

returns WINBINDD_OK with extra data set to :

p (char *)response->extra_data.data
$3 = 0x8186cd0 "BUILTIN\\administrators,BUILTIN\\users"

In the latest 3.2 code after the wb library doing the
same wbinfo call returns WINBINDD_OK with extra data
set to :

extra_data = {padding = 0, data = 0x0}

So the BUILTIN groups are no longer being
automatically returned.

I'll try and look some more, but this is what
is causing the buildfarm failures.

Jeremy.


More information about the samba-technical mailing list