summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tools/convert.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-08-18 06:14:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:16 -0500
commit49b335c756d22d7f6acfa32a07fa291e04b49a87 (patch)
tree8625e2581c123f9fbfe26de026e33041f61b6e90 /source4/lib/ldb/tools/convert.c
parentc35420160eca800c07bbb423c6ca5636934c676a (diff)
downloadsamba-49b335c756d22d7f6acfa32a07fa291e04b49a87.tar.gz
samba-49b335c756d22d7f6acfa32a07fa291e04b49a87.tar.bz2
samba-49b335c756d22d7f6acfa32a07fa291e04b49a87.zip
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)
Diffstat (limited to 'source4/lib/ldb/tools/convert.c')
-rw-r--r--source4/lib/ldb/tools/convert.c2
1 files changed, 1 insertions, 1 deletions
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"