[Fedora-directory-commits] ldapserver/ldap/servers/slapd/back-ldbm instance.c, 1.5, 1.6

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Wed Mar 7 21:54:06 UTC 2007


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/servers/slapd/back-ldbm
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20261

Modified Files:
	instance.c 
Log Message:
Resolves: 231221
Summary: A system index of eq for nsds5ReplConflict does not help
Change: added a presence index for nsds5ReplConflict



Index: instance.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/back-ldbm/instance.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- instance.c	10 Nov 2006 23:45:39 -0000	1.5
+++ instance.c	7 Mar 2007 21:54:03 -0000	1.6
@@ -179,7 +179,7 @@
 
 	/* For MMR, we need this attribute (to replace use of dncomp in delete). */
     argv[ 0 ] = ATTR_NSDS5_REPLCONFLICT;
-    argv[ 1 ] = "eq";
+    argv[ 1 ] = "eq,pres";
     argv[ 2 ] = NULL;
     ldbm_instance_config_add_index_entry(inst, 2, argv, flags);
 




More information about the Fedora-directory-commits mailing list