]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-ldapglue.conf
Define SLAP_USE_CONFDIR, fix moduleload
[openldap] / tests / data / slapd-ldapglue.conf
index cf9d0cefd626de3f7611165077494b8ac184ccca..95e9e286048ace4bd9b6938a647e0aef10cc7ddf 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,16 @@ include ./schema/nis.schema
 pidfile     ./testrun/slapd.1.pid
 argsfile    ./testrun/slapd.1.args
 
-# password-hash        {md5}
-
 #mod#modulepath        ../servers/slapd/back-@BACKEND@/
 #mod#moduleload        back_@BACKEND@.la
+#ldapmod#modulepath ../servers/slapd/back-ldap/
+#ldapmod#moduleload back_ldap.la
+#monitormod#modulepath ../servers/slapd/back-monitor/
+#monitormod#moduleload back_monitor.la
+#gluemod#moduleload ../servers/slapd/overlays/glue.la
 
 #######################################################################
-# ldbm database definitions
+# database definitions
 #######################################################################
 
 authz-regexp   "^uid=([^,]+),.*" "uid=$1,ou=People,dc=example,dc=com"
@@ -56,7 +59,6 @@ uri             "@URI2@"
 #nosasl#idassert-authcDN "uid=proxy,ou=People,dc=example,dc=com"
 #nosasl#idassert-passwd  proxy
 idassert-mode   self
-subordinate
 
 # groups branch
 database        ldap
@@ -68,7 +70,6 @@ uri             "@URI3@"
 #nosasl#idassert-authcDN "uid=proxy,ou=Groups,dc=example,dc=com"
 #nosasl#idassert-passwd  proxy
 idassert-mode    self
-subordinate
 
 # root
 database        @BACKEND@
@@ -78,4 +79,8 @@ rootdn                "cn=Manager,dc=example,dc=com"
 rootpw         secret
 index          objectClass     eq
 index          cn,sn,uid       pres,eq,sub
+overlay glue
+glue-sub ou=groups,dc=example,dc=com
+glue-sub ou=people,dc=example,dc=com
 
+#monitor#database monitor