Diff for /tests/data/slapd-aci.conf between versions 1.1.2.5 and 1.12

version 1.1.2.5, 2008/02/11 23:24:27 version 1.12, 2009/11/29 17:38:04
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.2.4 2007/01/02 21:44:12 kurt Exp $  # $OpenLDAP: pkg/ldap/tests/data/slapd-aci.conf,v 1.11 2009/01/21 23:40:42 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-2008 The OpenLDAP Foundation.  ## Copyright 1998-2009 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 28  argsfile @TESTDIR@/slapd.1.args Line 28  argsfile @TESTDIR@/slapd.1.args
 #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 35  argsfile @TESTDIR@/slapd.1.args Line 37  argsfile @TESTDIR@/slapd.1.args
   
 access to dn=""  access to dn=""
         by * read          by * read
   
 access to dn="cn=Subschema"  access to dn="cn=Subschema"
         by * read          by * read
   
 database        @BACKEND@  database        @BACKEND@
 suffix          "dc=example,dc=com"  suffix          "dc=example,dc=com"
 directory       @TESTDIR@/db.1.a  
 rootdn          "cn=Manager,dc=example,dc=com"  rootdn          "cn=Manager,dc=example,dc=com"
 rootpw          secret  rootpw          secret
   #~null~#directory       @TESTDIR@/db.1.a
 #bdb#index              objectClass     eq  #bdb#index              objectClass     eq
 #bdb#index              cn,sn,uid       pres,eq,sub  #bdb#index              cn,sn,uid       pres,eq,sub
 #hdb#index              objectClass     eq  #hdb#index              objectClass     eq
 #hdb#index              cn,sn,uid       pres,eq,sub  #hdb#index              cn,sn,uid       pres,eq,sub
 #ldbm#index             objectClass     eq  #ndb#dbname db_1
 #ldbm#index             cn,sn,uid       pres,eq,sub  #ndb#include @DATADIR@/ndb.conf
   
 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
   #monitor#rootdn         "cn=Monitor"

Removed from v.1.1.2.5  
changed lines
  Added in v.1.12


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