From ca875491688f755637aece917147f149906f9a8f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 1 Sep 2005 23:24:16 +0000 Subject: r9928: ncName is a DN, and needs to use DN matching rules. Andrew Bartlett (This used to be commit b89e7a7fcdf80f2cab581f138358b4324d15d6bc) --- source4/lib/ldb/common/ldb_attributes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/lib/ldb/common/ldb_attributes.c b/source4/lib/ldb/common/ldb_attributes.c index 3973fc515c..47b4b1788b 100644 --- a/source4/lib/ldb/common/ldb_attributes.c +++ b/source4/lib/ldb/common/ldb_attributes.c @@ -149,6 +149,7 @@ int ldb_setup_wellknown_attributes(struct ldb_context *ldb) const char *syntax; } wellknown[] = { { "dn", LDB_SYNTAX_DN }, + { "ncName", LDB_SYNTAX_DN }, { "distinguishedName", LDB_SYNTAX_DN }, { "cn", LDB_SYNTAX_DIRECTORY_STRING }, { "dc", LDB_SYNTAX_DIRECTORY_STRING }, -- cgit