Make Samba4 pass the NET-API-BECOMEDC test against Win2k3 (again).
authorAndrew Bartlett <abartlet@samba.org>
Thu, 6 Mar 2008 10:55:26 +0000 (21:55 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 6 Mar 2008 10:55:26 +0000 (21:55 +1100)
commit7e0ef3fd0ef4dba827f331cbe43fa0524be91130
treed281875ff8563b9abaf96d39d7938d61c8e53054
parent3ced8006a6a58b459fd68e9b02d7673b16b2df95
Make Samba4 pass the NET-API-BECOMEDC test against Win2k3 (again).

To make Samba4, using the python provision system, pass this test
required some major rework.  Untested code is broken code, and some of
the refactoring for a seperate provision test (which also now passes)
broke things.

Similarly, the iconv work has compiled, but these codepaths have never
been run (NULL pointer de-reference).

In working to use a local, rather than global, loadparm context, and
to support using a target directory, a few things needed to be
reworked, particularly around path handling.

Andrew Bartlett
(This used to be commit 1169e8d7bee20477b0efbfea3534ac63c83fb3d6)
12 files changed:
source4/dsdb/samdb/ldb_modules/schema_fsmo.c
source4/dsdb/schema/schema_init.c
source4/samba4-knownfail
source4/scripting/python/samba/provision.py
source4/setup/provision
source4/setup/provision.smb.conf.dc
source4/setup/provision.smb.conf.member
source4/setup/provision.smb.conf.standalone
source4/torture/libnet/libnet_BecomeDC.c
source4/torture/local/torture.c
source4/torture/util.h
source4/torture/util_provision.c