Diff for /tests/data/slapd-ref-slave.conf between versions 1.15 and 1.23

version 1.15, 2001/06/06 19:55:22 version 1.23, 2002/08/12 19:49:27
Line 1 Line 1
 # $OpenLDAP: pkg/ldap/tests/data/slapd-ref-slave.conf,v 1.14 2001/05/28 23:51:38 kurt Exp $  # $OpenLDAP: pkg/ldap/tests/data/slapd-ref-slave.conf,v 1.22 2002/03/10 16:39:08 kurt Exp $
 #  #
 # slave slapd config -- for default referral testing  # slave slapd config -- for default referral testing
 #  #
Line 6  ucdata-path ./ucdata Line 6  ucdata-path ./ucdata
 include ./schema/core.schema  include ./schema/core.schema
 include ./schema/cosine.schema  include ./schema/cosine.schema
 include ./schema/inetorgperson.schema  include ./schema/inetorgperson.schema
 #  include ./schema/openldap.schema
 schemacheck     off  
 #  #
 pidfile     ./test-repl/slapd.pid  pidfile     ./test-repl/slapd.pid
 argsfile    ./test-repl/slapd.args  argsfile    ./test-repl/slapd.args
Line 16  argsfile    ./test-repl/slapd.args Line 15  argsfile    ./test-repl/slapd.args
 # ldbm database definitions  # ldbm database definitions
 #######################################################################  #######################################################################
   
 referral        "ldap://localhost:9009/"  referral        "ldap://localhost:@PORT@/"
   
 backend @BACKEND@  
 #ldbm#directory ./test-repl  
   
 database        @BACKEND@  database        @BACKEND@
 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           objectClass     eq  #ldbm#index             objectClass     eq
 index           cn,sn,uid       pres,eq,sub  #ldbm#index             cn,sn,uid       pres,eq,sub
 lastmod         on  #bdb#index              objectClass     eq
   #bdb#index              cn,sn,uid       pres,eq,sub

Removed from v.1.15  
changed lines
  Added in v.1.23


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