Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / bsd / openldap / dist / tests / data / slapd-translucent-local.conf
blob19112f50832ebe2c716430ff809e9115185513d5
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/>.
4 ##
5 ## Copyright 2004-2008 The OpenLDAP Foundation.
6 ## All rights reserved.
7 ##
8 ## Redistribution and use in source and binary forms, with or without
9 ## modification, are permitted only as authorized by the OpenLDAP
10 ## Public License.
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>.
16 ucdata-path     ./ucdata
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
42 database        @BACKEND@
43 suffix          "o=translucent"
44 directory       @TESTDIR@/db.2.a
45 rootdn          "o=translucent"
46 rootpw          secret
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
52 overlay         translucent
53 translucent_no_glue
55 uri             @URI1@
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
59 # a reminder.
60 lastmod off
61 acl-bind        binddn="uid=binder,o=translucent" credentials="bindtest"
63 database config
64 include         @TESTDIR@/configpw.conf