Diff for /tests/data/slapd-ref-slave.conf between versions 1.2.2.3 and 1.27

version 1.2.2.3, 2000/07/29 01:53:17 version 1.27, 2003/10/22 03:14:08
Line 1 Line 1
 # $OpenLDAP: pkg/ldap/tests/data/slapd-ref-slave.conf,v 1.2.2.2 2000/06/13 17:57:42 kurt Exp $  # $OpenLDAP: pkg/ldap/tests/data/slapd-ref-slave.conf,v 1.26 2003/08/07 14:42:41 kurt Exp $
 #  #
 # slave slapd config -- for default referral testing  # slave slapd config -- for default referral testing
 #  #
 #include                ./data/slapd.at.conf  ucdata-path     ./ucdata
 #include                ./data/slapd.oc.conf  
 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
   include ./schema/nis.schema
 #  #
 schemacheck     off  pidfile     ./testrun/slapd.2.pid
 #  argsfile    ./testrun/slapd.2.args
 pidfile     ./test-repl/slapd.pid  
 argsfile    ./test-repl/slapd.args  modulepath      ../servers/slapd/back-@BACKEND@/
   @MODULELOAD@
   
 #######################################################################  #######################################################################
 # ldbm database definitions  # ldbm database definitions
 #######################################################################  #######################################################################
   
 referral        "ldap://localhost:9009/"  referral        "ldap://localhost:9011/"
   
 database        ldbm  database        @BACKEND@
 cachesize       0  cachesize       0
 suffix          "o=University of Mich, c=US"  suffix          "o=University of Mich,c=US"
 directory       ./test-repl  directory       ./testrun/db.2.a
 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.2.2.3  
changed lines
  Added in v.1.27


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