Diff for /tests/data/slapd-ref-slave.conf between versions 1.2 and 1.2.2.6

version 1.2, 1999/07/16 00:45:53 version 1.2.2.6, 2001/06/08 17:28:47
Line 1 Line 1
   # $OpenLDAP: pkg/ldap/tests/data/slapd-ref-slave.conf,v 1.2.2.5 2001/06/04 17:13:12 kurt Exp $
 #  #
 # slave slapd config -- for default referral testing  # slave slapd config -- for default referral testing
 #  #
 include         ./data/slapd.at.conf  include ./schema/core.schema
 include         ./data/slapd.oc.conf  include ./schema/cosine.schema
   include ./schema/inetorgperson.schema
   #
 schemacheck     off  schemacheck     off
   #
 pidfile     ./test-repl/slapd.pid  pidfile     ./test-repl/slapd.pid
 argsfile    ./test-repl/slapd.args  argsfile    ./test-repl/slapd.args
   
Line 13  argsfile    ./test-repl/slapd.args Line 17  argsfile    ./test-repl/slapd.args
   
 referral        "ldap://localhost:9009/"  referral        "ldap://localhost:9009/"
   
   backend ldbm
   # directory ./test-repl
   
 database        ldbm  database        ldbm
   
 cachesize       0  cachesize       0
 suffix          "o=University of Mich, c=US"  suffix          "o=University of Mich, c=US"
 directory       ./test-repl  directory       ./test-repl
 rootdn          "cn=Manager, o=University of Mich, c=US"  rootdn          "cn=Manager, o=University of Mich, c=US"
 rootpw          secret  rootpw          secret
 index           cn,sn,uid       pres,eq,approx  index           objectClass     eq
 index           default         none  index           cn,sn,uid       pres,eq,sub
 # index         default         pres,eq,approx  
 lastmod         on  lastmod         on

Removed from v.1.2  
changed lines
  Added in v.1.2.2.6


______________
© Copyright 1998-2020, OpenLDAP Foundation, info@OpenLDAP.org