Diff for /tests/data/slapd-aci.conf between versions 1.1.2.4 and 1.9

version 1.1.2.4, 2007/01/02 21:44:12 version 1.9, 2008/01/07 23:20:15
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.3 2006/01/03 22:16:27 kurt Exp $  # $OpenLDAP: pkg/ldap/tests/data/slapd-aci.conf,v 1.8 2007/06/14 21:24:48 ghenry 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-2007 The OpenLDAP Foundation.  ## Copyright 1998-2008 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
   
Line 47  rootpw  secret Line 50  rootpw  secret
 #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  
 #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
   #monitor#rootdn         "cn=Monitor"

Removed from v.1.1.2.4  
changed lines
  Added in v.1.9


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