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

abartlet at samba.org abartlet at samba.org
Thu Sep 1 23:24:16 GMT 2005


Author: abartlet
Date: 2005-09-01 23:24:16 +0000 (Thu, 01 Sep 2005)
New Revision: 9928

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

Log:
ncName is a DN, and needs to use DN matching rules.

Andrew Bartlett

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	2005-09-01 23:23:22 UTC (rev 9927)
+++ branches/SAMBA_4_0/source/lib/ldb/common/ldb_attributes.c	2005-09-01 23:24:16 UTC (rev 9928)
@@ -149,6 +149,7 @@
 		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