]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-ldapgluepeople.conf
Define SLAP_USE_CONFDIR, fix moduleload
[openldap] / tests / data / slapd-ldapgluepeople.conf
index 48348755c73fcbc38ff5d8f52bd7156114eaa022..0f3f4fa6ade461b2666dbdbdb0c4f36b10f2781f 100644 (file)
@@ -3,7 +3,7 @@
  kurt Exp $
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2003 The OpenLDAP Foundation.
+## Copyright 1998-2005 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -23,13 +23,13 @@ include ./schema/nis.schema
 pidfile     ./testrun/slapd.2.pid
 argsfile    ./testrun/slapd.2.args
 
-# password-hash        {md5}
-
 #mod#modulepath        ../servers/slapd/back-@BACKEND@/
 #mod#moduleload        back_@BACKEND@.la
+#monitormod#modulepath ../servers/slapd/back-monitor/
+#monitormod#moduleload back_monitor.la
 
 #######################################################################
-# ldbm database definitions
+# database definitions
 #######################################################################
 
 authz-policy   to
@@ -40,15 +40,12 @@ authz-regexp        "^uid=([^,]+),.*" "uid=$1,ou=People,dc=example,dc=com"
 # cn=monitor, cn=schema, and cn=config
 #
 
-# uid=proxy,ou=People,dc=example,dc=com needs to read userPassword
-# to do SASL bind!
 access to attr=userpassword
        by dn.exact="uid=proxy,ou=People,dc=example,dc=com" read
        by self =wx
        by anonymous =x
 
 access to *
-       by dn.exact="uid=proxy,ou=People,dc=example,dc=com" read
        by users read
        by * search
 
@@ -61,3 +58,4 @@ rootpw                secret
 index          objectClass     eq
 index          cn,sn,uid       pres,eq,sub
 
+#monitor#database monitor