]> git.sur5r.net Git - openldap/blob - tests/data/slapd-meta.conf
line up with config code
[openldap] / tests / data / slapd-meta.conf
1 # master slapd config -- for testing
2 # $OpenLDAP$
3 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4 ##
5 ## Copyright 1998-2005 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.
11 ##
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>.
15
16 include ./schema/core.schema
17 include ./schema/cosine.schema
18 include ./schema/inetorgperson.schema
19 include ./schema/openldap.schema
20 include ./schema/nis.schema
21 include ./schema/ppolicy.schema
22 pidfile     ./test-db/slapd.m.pid
23 argsfile    ./test-db/slapd.m.args
24
25 #mod#modulepath ../servers/slapd/back-@BACKEND@/
26 #mod#moduleload back_@BACKEND@.la
27 #relaymod#modulepath ../servers/slapd/back-relay/
28 #relaymod#moduleload back_relay.la
29 #ldapmod#modulepath ../servers/slapd/back-ldap/
30 #ldapmod#moduleload back_ldap.la
31 #metamod#modulepath ../servers/slapd/back-meta/
32 #metamod#moduleload back_meta.la
33 #monitormod#modulepath ../servers/slapd/back-monitor/
34 #monitormod#moduleload back_monitor.la
35 #rwmmod#modulepath ../servers/slapd/overlays/
36 #rwmmod#moduleload rwm.la
37
38 #######################################################################
39 # database definitions
40 #######################################################################
41
42 database        meta
43 suffix          "o=Example,c=US"
44 rootdn          "cn=Manager,o=Example,c=US"
45 rootpw          secret
46 chase-referrals no
47 #nretries       forever
48 nretries        1000
49
50 # local
51 uri             "@URI2@ou=Meta,o=Example,c=US"
52 suffixmassage   "ou=Meta,o=Example,c=US" "ou=Meta,dc=example,dc=com"
53 pseudorootdn    "cn=manager,ou=meta,dc=example,dc=com"
54 pseudorootpw    secret
55
56 # remote
57 uri             "@URI1@o=Example,c=US"
58 suffixmassage   "o=Example,c=US" "dc=example,dc=com"
59 pseudorootdn    "cn=manager,dc=example,dc=com"
60 pseudorootpw    secret
61
62 #monitor#database       monitor