[Pkg-samba-maint] [Bug 8598] force user fails for active directory users

samba-bugs at samba.org samba-bugs at samba.org
Tue Apr 22 15:14:29 UTC 2014


https://bugzilla.samba.org/show_bug.cgi?id=8598

--- Comment #32 from Michael Adam <obnox at samba.org> 2014-04-22 15:14:26 UTC ---
(In reply to comment #30)
> Comment on attachment 9700 [details]
> v4-0-test patch
> 
> Ah - NAK on this one. Looks like you erroneously changed the signature for
> pdb_create_builtin_alias in source3/passdb/ABI/pdb-0.1.0.sigs
> 
> It should be:
> source3/passdb/ABI/pdb-0.sigs:pdb_create_builtin_alias: NTSTATUS (uint32_t)
> 
> not:
> 
> source3/passdb/ABI/pdb-0.1.0.sigs:pdb_create_builtin_alias: NTSTATUS (uint32_t,
> gid_t)
> 
> So this still needs fixing up.

Well spotted!
The problem seems to be that we have the same ABI version
in 4.0 and 4.1 but different signature for 
pdb_create_builtin_alias().

Therefore, the patch from 4.1 does not work, and we need to
recreate the signatures file for 4.0.

But the question is: do we need to do anything
regarding the brokenness of the versions between
master/4.1 and 4.0 ?

Cheers - Michael

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the Pkg-samba-maint mailing list