]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-aci.conf
Revert "fix libraries order to build with --enable-dynamic (ITS#6517)"
[openldap] / tests / data / slapd-aci.conf
index 3ff0a490258cb805d6cc06f69751fe34d003144e..4db6fe3cd4705c271f2206f195f6e0cc7ca6c8b4 100644 (file)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2006 The OpenLDAP Foundation.
+## Copyright 1998-2011 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -28,6 +28,8 @@ argsfile      @TESTDIR@/slapd.1.args
 #mod#moduleload        back_@BACKEND@.la
 #monitormod#modulepath ../servers/slapd/back-monitor/
 #monitormod#moduleload back_monitor.la
+#acimod#modulepath ../servers/slapd/
+#acimod#moduleload aci.la
 
 #######################################################################
 # database definitions
@@ -35,23 +37,22 @@ argsfile    @TESTDIR@/slapd.1.args
 
 access to dn=""
        by * read
+
 access to dn="cn=Subschema"
        by * read
 
 database       @BACKEND@
 suffix         "dc=example,dc=com"
-directory      @TESTDIR@/db.1.a
 rootdn         "cn=Manager,dc=example,dc=com"
 rootpw         secret
-#bdb#index             objectClass     eq
-#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
+#~null~#directory      @TESTDIR@/db.1.a
+#indexdb#index         objectClass     eq
+#indexdb#index         cn,sn,uid       pres,eq,sub
+#ndb#dbname db_1
+#ndb#include @DATADIR@/ndb.conf
 
 access to dn.subtree="dc=example,dc=com"
-       by aci write
+       by dynacl/aci write
 
 #monitor#database      monitor
-
+#monitor#rootdn                "cn=Monitor"