From 505afb18fb8ba427bc3d03f41eb309b27bad68f7 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 25 Nov 2006 15:41:12 +0000 Subject: [PATCH] r19886: ncName is specific to samba, not the generic ldb engine --- source/lib/ldb/common/ldb_attributes.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/lib/ldb/common/ldb_attributes.c b/source/lib/ldb/common/ldb_attributes.c index 26c1aac5a58..61dd624c25c 100644 --- a/source/lib/ldb/common/ldb_attributes.c +++ b/source/lib/ldb/common/ldb_attributes.c @@ -178,7 +178,6 @@ 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 }, -- 2.11.4.GIT