1 # stand-alone slapd config -- for testing (with translucent overlay)
2 # $OpenLDAP: pkg/ldap/tests/data/slapd-translucent-local.conf,v 1.9.2.4 2008/02/11 23:26:50 kurt Exp $
3 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
5 ## Copyright 2004-2008 The OpenLDAP Foundation.
6 ## All rights reserved.
8 ## Redistribution and use in source and binary forms, with or without
9 ## modification, are permitted only as authorized by the OpenLDAP
12 ## A copy of this license is available in the file LICENSE in the
13 ## top-level directory of the distribution or, alternatively, at
14 ## <http://www.OpenLDAP.org/license.html>.
17 include @SCHEMADIR@/core.schema
18 include @SCHEMADIR@/cosine.schema
19 include @SCHEMADIR@/inetorgperson.schema
20 include @SCHEMADIR@/openldap.schema
21 include @SCHEMADIR@/nis.schema
24 pidfile @TESTDIR@/slapd.2.pid
25 argsfile @TESTDIR@/slapd.2.args
27 #mod#modulepath ../servers/slapd/back-@BACKEND@
28 #mod#moduleload back_@BACKEND@.la
29 #ldapmod#modulepath ../servers/slapd/back-ldap
30 #ldapmod#moduleload back_ldap.la
31 #translucentmod#modulepath ../servers/slapd/overlays
32 #translucentmod#moduleload translucent.la
33 #monitormod#modulepath ../servers/slapd/back-monitor
34 #monitormod#moduleload back_monitor.la
36 #######################################################################
37 # database definitions
38 #######################################################################
40 #monitor#database monitor
43 suffix "o=translucent"
44 directory @TESTDIR@/db.2.a
45 rootdn "o=translucent"
47 #bdb#index objectClass eq
48 #bdb#index cn,sn,uid pres,eq,sub
49 #hdb#index objectClass eq
50 #hdb#index cn,sn,uid pres,eq,sub
56 # "lastmod off" is not strictly required because the instance of back-ldap
57 # added by the translucent overlay sets it off for the underling database;
58 # however, the local database needs to have "lastmod off" so it's here as
61 acl-bind binddn="uid=binder,o=translucent" credentials="bindtest"
64 include @TESTDIR@/configpw.conf