Diff for /tests/data/slapd-pw.conf between versions 1.28.2.3 and 1.28.2.6

version 1.28.2.3, 2005/06/03 19:54:18 version 1.28.2.6, 2006/01/03 22:16:27
Line 3 Line 3
  kurt Exp $   kurt Exp $
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.  ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##  ##
 ## Copyright 1998-2005 The OpenLDAP Foundation.  ## Copyright 1998-2006 The OpenLDAP Foundation.
 ## All rights reserved.  ## All rights reserved.
 ##  ##
 ## Redistribution and use in source and binary forms, with or without  ## Redistribution and use in source and binary forms, with or without
Line 14 Line 14
 ## top-level directory of the distribution or, alternatively, at  ## top-level directory of the distribution or, alternatively, at
 ## <http://www.OpenLDAP.org/license.html>.  ## <http://www.OpenLDAP.org/license.html>.
   
 include ./schema/core.schema  include         @SCHEMADIR@/core.schema
 include ./schema/cosine.schema  include         @SCHEMADIR@/cosine.schema
 include ./schema/inetorgperson.schema  include         @SCHEMADIR@/inetorgperson.schema
 include ./schema/openldap.schema  include         @SCHEMADIR@/openldap.schema
 include ./schema/nis.schema  include         @SCHEMADIR@/nis.schema
 pidfile     ./testrun/slapd.1.pid  pidfile         @TESTDIR@/slapd.1.pid
 argsfile    ./testrun/slapd.1.args  argsfile        @TESTDIR@/slapd.1.args
   
 #mod#modulepath ../servers/slapd/back-@BACKEND@/  #mod#modulepath ../servers/slapd/back-@BACKEND@/
 #mod#moduleload back_@BACKEND@.la  #mod#moduleload back_@BACKEND@.la
Line 34  argsfile    ./testrun/slapd.1.args Line 34  argsfile    ./testrun/slapd.1.args
 database        @BACKEND@  database        @BACKEND@
 #ldbm#cachesize 0  #ldbm#cachesize 0
 suffix          "dc=example,dc=com"  suffix          "dc=example,dc=com"
 directory       ./testrun/db.1.a  directory       @TESTDIR@/db.1.a
 rootdn          "cn=Manager,dc=example,dc=com"  rootdn          "cn=Manager,dc=example,dc=com"
 rootpw          secret  rootpw          secret
 #bdb#index              objectClass     eq  #bdb#index              objectClass     eq
Line 57  access to * Line 57  access to *
         by self write          by self write
         by * read          by * read
   
 #monitor#database monitor  #monitor#database       monitor

Removed from v.1.28.2.3  
changed lines
  Added in v.1.28.2.6


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