From 49b335c756d22d7f6acfa32a07fa291e04b49a87 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 18 Aug 2006 06:14:21 +0000 Subject: r17600: Finish the schema conversion tool, and add a mapping file, used to map OIDs and skip built-in attributes. Andrew Bartlett (This used to be commit cb2b9d800d1228d41f7872a7b7c8ea5f07816c61) --- source4/lib/ldb/tools/convert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb/tools/convert.c') diff --git a/source4/lib/ldb/tools/convert.c b/source4/lib/ldb/tools/convert.c index 222bb3cfd0..35f56f51d3 100644 --- a/source4/lib/ldb/tools/convert.c +++ b/source4/lib/ldb/tools/convert.c @@ -48,7 +48,7 @@ static const struct syntax_map syntax_map[] = { .comment = "Case Insensitive String" }, { - .Standard_OID = "1.3.6.1.4.1.1466.115.121.1.44", + .Standard_OID = "1.3.6.1.4.1.1466.115.121.1.26", .AD_OID = "2.5.5.5", .equality = "caseExactIA5Match", .comment = "Printable String" -- cgit