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

abartlet at samba.org abartlet at samba.org
Tue Jun 6 17:54:10 GMT 2006


Author: abartlet
Date: 2006-06-06 17:54:10 +0000 (Tue, 06 Jun 2006)
New Revision: 16062

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

Log:
objectCategory is a DN, and needs to be matched as such.

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	2006-06-06 17:19:58 UTC (rev 16061)
+++ branches/SAMBA_4_0/source/lib/ldb/common/ldb_attributes.c	2006-06-06 17:54:10 UTC (rev 16062)
@@ -166,6 +166,7 @@
 		{ "dn", LDB_SYNTAX_DN },
 		{ "ncName", LDB_SYNTAX_DN },
 		{ "distinguishedName", LDB_SYNTAX_DN },
+		{ "objectCategory", LDB_SYNTAX_DN },
 		{ "cn", LDB_SYNTAX_DIRECTORY_STRING },
 		{ "dc", LDB_SYNTAX_DIRECTORY_STRING },
 		{ "ou", LDB_SYNTAX_DIRECTORY_STRING },



More information about the samba-cvs mailing list