Remove ad2oLschema, insted call it directly from provision-backend
authorAndrew Bartlett <abartlet@samba.org>
Thu, 5 Mar 2009 05:52:11 +0000 (16:52 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 5 Mar 2009 05:52:11 +0000 (16:52 +1100)
commit17aac8cad2b3fe4b23eaebd869b1538735a1954a
treeb9fbe27b174e626c0791ae08f55cd475789598f1
parent41760c18bdab20d526d32568531bdf7c88272879
Remove ad2oLschema, insted call it directly from provision-backend

This removes a level of indirection via external binaries in the
provision-backend code, and also makes better use of our internal code
for loading schema from an LDIF file.

Remaining to do: Sort the output again, as the load from LDIF is
unsorted (also needed because the normal LDB load from sorted input is too slow
anyway, and is only needed here).

Andrew Bartlett
source4/dsdb/config.mk
source4/dsdb/schema/schema_convert_to_ol.c [moved from source4/utils/ad2oLschema.c with 56% similarity]
source4/dsdb/schema/schema_set.c
source4/scripting/python/pyglue.c
source4/scripting/python/samba/provision.py
source4/scripting/python/samba/samdb.py
source4/utils/config.mk