]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-ppolicy.conf
ITS#5810 support back-null
[openldap] / tests / data / slapd-ppolicy.conf
index 6a31bc4dd952de665e944a380b1e0d76cbf45200..57008a4538313184cffed1dd095fa09d3644d152 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-2009 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -19,8 +19,6 @@ include               @SCHEMADIR@/inetorgperson.schema
 include                @SCHEMADIR@/openldap.schema
 include                @SCHEMADIR@/nis.schema
 include                @SCHEMADIR@/ppolicy.schema
-pidfile                @TESTDIR@/slapd.pid
-argsfile       @TESTDIR@/slapd.args
 
 #mod#modulepath        ../servers/slapd/back-@BACKEND@/
 #mod#moduleload        back_@BACKEND@.la
@@ -35,17 +33,19 @@ argsfile    @TESTDIR@/slapd.args
 
 database       @BACKEND@
 suffix         "dc=example,dc=com"
-directory      @TESTDIR@/db.1.a
 rootdn         "cn=Manager,dc=example,dc=com"
 rootpw         secret
+#~null~#directory      @TESTDIR@/db.1.a
 #bdb#index             objectClass eq
 #hdb#index             objectClass eq
-#ldbm#index            objectClass eq
+#ndb#dbname db_1
+#ndb#include @DATADIR@/ndb.conf
+
 overlay                ppolicy
 ppolicy_default        "cn=Standard Policy,ou=Policies,dc=example,dc=com"
 ppolicy_use_lockout
 
-access to attr=userpassword
+access to attrs=userpassword
        by self write
        by * auth
 
@@ -54,3 +54,6 @@ access to *
        by * read
 
 #monitor#database      monitor
+
+database config
+include                @TESTDIR@/configpw.conf