s4:dsdb Use the schema from our local provision to decode the schema
authorAndrew Bartlett <abartlet@samba.org>
Wed, 9 Jun 2010 08:57:52 +0000 (18:57 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 15 Jun 2010 00:51:34 +0000 (10:51 +1000)
commit6a2f7fe04c2c658e59fba01f7346303676b121b3
tree14382729671b087e42a5e00156007cf302d00f40
parentecf782da87b67b8d977aa1bbfce21f1b6ed8288a
s4:dsdb Use the schema from our local provision to decode the schema

This works on the assumption that the schema partition can only
contain schema objects.

We may need to pass down some kind of 'relax' to the DRS -> LDB
conversion code, so that it allows incomplete conversions, so that we
don't fail if a new attribute is present, and we can't decode it.
This would then be resolved the second time we do the conversion.

Andrew Bartlett

Signed-off-by: Kamen Mazdrashki <kamenim@samba.org>
source4/dsdb/schema/schema_init.c
source4/libnet/libnet_vampire.c