r17580: Add a new tools to convert back from AD-like schema to OpenLDAP.
authorAndrew Bartlett <abartlet@samba.org>
Thu, 17 Aug 2006 08:31:19 +0000 (08:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:15:39 +0000 (14:15 -0500)
commit7de75a991bda653497a0989de93608310b55894a
treea672da526817cded9f620511ca02d92f34f3a3ad
parent9f7da6fea0bc9a330f8620d100e27d4eabbae253
r17580: Add a new tools to convert back from AD-like schema to OpenLDAP.

Add attribute syntax mapping to the existing OpenLDAP -> AD tool.

Andrew Bartlett
(This used to be commit ba1c652bae700a82acde166e70035d61c320e233)
source4/lib/ldb/Makefile.in
source4/lib/ldb/common/ldb_msg.c
source4/lib/ldb/config.mk
source4/lib/ldb/include/ldb.h
source4/lib/ldb/man/ad2oLschema.1.xml [new file with mode: 0644]
source4/lib/ldb/tools/convert.c [new file with mode: 0644]
source4/lib/ldb/tools/convert.h [new file with mode: 0644]
source4/lib/ldb/tools/oLschema2ldif.c