s4:schema Provide a way to reference a loaded schema between ldbs
authorAndrew Bartlett <abartlet@samba.org>
Wed, 12 Aug 2009 23:58:38 +0000 (09:58 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 16 Aug 2009 23:50:56 +0000 (09:50 +1000)
commit346aa6e093508f4e2918b20df452398ef332e416
tree43d87439a929cfa2560b8d94820f085c03aa6589
parent2c23e7dc5a5d305406a156402ec805ed05e5a11f
s4:schema Provide a way to reference a loaded schema between ldbs

This allows us to load the schema against one ldb context, but apply
it to another.  This will be useful in the provision script, as we
need the schema before we start the LDAP server backend.

Adnrew Bartlett
source4/dsdb/schema/schema_set.c
source4/scripting/python/pyglue.c
source4/scripting/python/samba/samdb.py