Diff for /tests/data/slapd-aci.conf between versions 1.1.2.1 and 1.5

version 1.1.2.1, 2005/08/31 19:14:00 version 1.5, 2007/01/02 19:01:17
Line 1 Line 1
 # stand-alone slapd config -- for testing (with indexing)  # stand-alone slapd config -- for testing (with indexing)
 # $OpenLDAP: pkg/ldap/tests/data/slapd-aci.conf,v 1.1 2005/08/22 15:58:36 ando Exp $  # $OpenLDAP: pkg/ldap/tests/data/slapd-aci.conf,v 1.4 2006/01/06 16:12:36 ando 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-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 13 Line 13
 ## 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
 include ./testdata/test.schema  include         @DATADIR@/test.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
 #monitormod#modulepath ../servers/slapd/back-monitor/  #monitormod#modulepath ../servers/slapd/back-monitor/
 #monitormod#moduleload back_monitor.la  #monitormod#moduleload back_monitor.la
   #acimod#modulepath ../servers/slapd/
   #acimod#moduleload aci.la
   
 #######################################################################  #######################################################################
 # database definitions  # database definitions
Line 40  access to dn="cn=Subschema" Line 42  access to dn="cn=Subschema"
   
 database        @BACKEND@  database        @BACKEND@
 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 51  rootpw  secret Line 53  rootpw  secret
 #ldbm#index             cn,sn,uid       pres,eq,sub  #ldbm#index             cn,sn,uid       pres,eq,sub
   
 access to dn.subtree="dc=example,dc=com"  access to dn.subtree="dc=example,dc=com"
         by aci write          by dynacl/aci write
   
 #monitor#database       monitor  #monitor#database       monitor
   

Removed from v.1.1.2.1  
changed lines
  Added in v.1.5


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