s4:dsdb Load objectGUID and extended DN defaultObjectCategory into the schema
authorAndrew Bartlett <abartlet@samba.org>
Mon, 16 Nov 2009 07:40:24 +0000 (18:40 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 16 Nov 2009 23:38:02 +0000 (10:38 +1100)
commit39b8f31d669d157ab750e11952c7c1d26ad5e29f
treeb43decc36c42c32ca424bec766d37b35b5bcc215
parent6710becbd46020512a14a262d39d5085d06458fe
s4:dsdb Load objectGUID and extended DN defaultObjectCategory into the schema

The load of defaultObjectCategory as an extended DN means we need to
use the common parsing functions I just split out, rather than the
GET_DS_DN macro.

The objectGUIDs are loaded so that we can create the extended DN when
we load from LDIF (and are loaded for the other cases for
consistency).

Also adapt callers to API changes needed for common parsing code

Andrew Bartlett
source4/dsdb/schema/schema.h
source4/dsdb/schema/schema_init.c
source4/libnet/libnet_vampire.c
source4/torture/libnet/libnet_BecomeDC.c