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)
commit7e851ada55bcdbd1ad19587e5dd6779c74c361e1
treec06603ced759b72c7a7e8057470c86352d5e73fb
parentfe174cc1415d5c55e7d8d2bb861a66f2203e68fe
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
(This used to be commit c7704805b9a3541e4c8768278c8289b0aa6ed5e3)
source4/dsdb/samdb/ldb_modules/schema_fsmo.c
source4/dsdb/schema/schema_init.c
source4/lib/ldb/config.mk
source4/utils/ad2oLschema.1.xml [new file with mode: 0644]
source4/utils/ad2oLschema.c [moved from source4/lib/ldb/tools/ad2oLschema.c with 94% similarity]
source4/utils/config.mk
source4/utils/oLschema2ldif.1.xml [new file with mode: 0644]
source4/utils/oLschema2ldif.c [moved from source4/lib/ldb/tools/oLschema2ldif.c with 99% similarity]
source4/utils/schema_convert.c [moved from source4/lib/ldb/tools/convert.c with 99% similarity]
source4/utils/schema_convert.h [moved from source4/lib/ldb/tools/convert.h with 100% similarity]