Move ad2oLschema and oLschema2ldif into Samba4, out of LDB
authorAndrew Bartlett <abartlet@samba.org>
Wed, 2 Jul 2008 11:30:08 +0000 (21:30 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 2 Jul 2008 11:30:08 +0000 (21:30 +1000)
commitc7704805b9a3541e4c8768278c8289b0aa6ed5e3
tree51b067e60108e9afd72a4468bff59783233202a8
parent615564b3daec0ffe17d05599b7ec8688619f5c65
Move ad2oLschema and oLschema2ldif into Samba4, out of LDB

LDB does not know about nor process the AD schema, so it makes no
sense to have this tool there.  I've been changing it anyway, to use a
common schema manipulation library, and will enhance these links in
the future.

Andrew Bartlett
source/dsdb/samdb/ldb_modules/schema_fsmo.c
source/dsdb/schema/schema_init.c
source/lib/ldb/config.mk
source/utils/ad2oLschema.1.xml [new file with mode: 0644]
source/utils/ad2oLschema.c [moved from source/lib/ldb/tools/ad2oLschema.c with 94% similarity]
source/utils/config.mk
source/utils/oLschema2ldif.1.xml [new file with mode: 0644]
source/utils/oLschema2ldif.c [moved from source/lib/ldb/tools/oLschema2ldif.c with 99% similarity]
source/utils/schema_convert.c [moved from source/lib/ldb/tools/convert.c with 99% similarity]
source/utils/schema_convert.h [moved from source/lib/ldb/tools/convert.h with 100% similarity]