]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-ppolicy.conf
ITS#3671 must release conn->c_mutex to allow blocked writers to exit
[openldap] / tests / data / slapd-ppolicy.conf
index 4bad52facc63c3bbfbb09f905e50409a553aa074..debfa68fa24fe79e1b824e04a598328c85cad51d 100644 (file)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2004 The OpenLDAP Foundation.
+## Copyright 1998-2005 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -13,7 +13,6 @@
 ## top-level directory of the distribution or, alternatively, at
 ## <http://www.OpenLDAP.org/license.html>.
 
-ucdata-path    ./ucdata
 include ./schema/core.schema
 include ./schema/cosine.schema
 include ./schema/inetorgperson.schema
@@ -25,20 +24,24 @@ argsfile    ./test-db/slapd.args
 
 #mod#modulepath        ../servers/slapd/back-@BACKEND@/
 #mod#moduleload        back_@BACKEND@.la
-#ppolicymod#moduleload ../servers/slapd/overlays/ppolicy.la
+#monitormod#modulepath ../servers/slapd/back-monitor/
+#monitormod#moduleload back_monitor.la
+#ppolicymod#modulepath ../servers/slapd/overlays/
+#ppolicymod#moduleload ppolicy.la
 
 #######################################################################
-# ldbm database definitions
+# database definitions
 #######################################################################
 
 database       @BACKEND@
-suffix         "o=University of Michigan,c=US"
+suffix         "dc=example,dc=com"
 directory      ./testrun/db.1.a
-rootdn         "cn=Manager,o=University of Michigan,c=US"
+rootdn         "cn=Manager,dc=example,dc=com"
 rootpw         secret
 index          objectClass eq
 overlay                ppolicy
-ppolicy_default        "cn=Standard Policy,ou=Policies,o=University of Michigan,c=US"
+ppolicy_default        "cn=Standard Policy,ou=Policies,dc=example,dc=com"
+ppolicy_use_lockout
 
 access to attr=userpassword
        by self write
@@ -47,3 +50,5 @@ access to attr=userpassword
 access to *
        by self write
        by * read
+
+#monitor#database monitor