svn commit: samba r19886 - in branches/SAMBA_4_0/source/lib/ldb/common: .

idra at samba.org idra at samba.org
Sat Nov 25 15:41:13 GMT 2006


Author: idra
Date: 2006-11-25 15:41:12 +0000 (Sat, 25 Nov 2006)
New Revision: 19886

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19886

Log:

ncName is specific to samba, not the generic ldb engine


Modified:
   branches/SAMBA_4_0/source/lib/ldb/common/ldb_attributes.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb_attributes.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/common/ldb_attributes.c	2006-11-25 14:59:59 UTC (rev 19885)
+++ branches/SAMBA_4_0/source/lib/ldb/common/ldb_attributes.c	2006-11-25 15:41:12 UTC (rev 19886)
@@ -178,7 +178,6 @@
 		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 },



More information about the samba-cvs mailing list