Browse Source

Resolves: 231221
Summary: A system index of eq for nsds5ReplConflict does not help
Change: added a presence index for nsds5ReplConflict

Noriko Hosoi 19 years ago
parent
commit
94a80392f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ldap/servers/slapd/back-ldbm/instance.c

+ 1 - 1
ldap/servers/slapd/back-ldbm/instance.c

@@ -179,7 +179,7 @@ int ldbm_instance_create_default_indexes(backend *be)
 
 	/* 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);