Diff for /tests/data/slapd-pw.conf between versions 1.26 and 1.36

version 1.26, 2004/05/31 03:34:37 version 1.36, 2007/01/02 19:01:17
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-2003 The OpenLDAP Foundation.  ## Copyright 1998-2007 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
   
 # password-hash {md5}  
   
 #mod#modulepath ../servers/slapd/back-@BACKEND@/  #mod#modulepath ../servers/slapd/back-@BACKEND@/
 #mod#moduleload back_@BACKEND@.la  #mod#moduleload back_@BACKEND@.la
   #monitormod#modulepath ../servers/slapd/back-monitor/
   #monitormod#moduleload back_monitor.la
   
 #######################################################################  #######################################################################
 # ldbm database definitions  # database definitions
 #######################################################################  #######################################################################
   
 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
 index           objectClass     eq  #bdb#index              objectClass     eq
 index           cn,sn,uid       pres,eq,sub  #bdb#index              cn,sn,uid       pres,eq,sub
   #hdb#index              objectClass     eq
   #hdb#index              cn,sn,uid       pres,eq,sub
   #ldbm#index             objectClass     eq
   #ldbm#index             cn,sn,uid       pres,eq,sub
   
 #  #
 # normal installations should protect root dse,  # normal installations should protect root dse,
 # cn=monitor, cn=schema, and cn=config  # cn=monitor, cn=schema, and cn=config
 #  #
   
 access to attr=userpassword  access to attrs=userpassword
         by anonymous auth          by anonymous auth
         by self write          by self write
   
 access to *  access to *
         by self write          by self write
         by * read          by * read
   
   #monitor#database       monitor

Removed from v.1.26  
changed lines
  Added in v.1.36


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