]> git.sur5r.net Git - openldap/blob - tests/data/slapd-meta.conf
2.4 release info
[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-2007 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         @SCHEMADIR@/core.schema
17 include         @SCHEMADIR@/cosine.schema
18 include         @SCHEMADIR@/inetorgperson.schema
19 include         @SCHEMADIR@/openldap.schema
20 include         @SCHEMADIR@/nis.schema
21 include         @SCHEMADIR@/ppolicy.schema
22 pidfile         @TESTDIR@/slapd.m.pid
23 argsfile        @TESTDIR@/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 # seems to improve behavior under very heavy load
39 # (i.e. it alleviates load on target systems)
40 threads         8
41
42 #######################################################################
43 # database definitions
44 #######################################################################
45
46 database        meta
47 suffix          "o=Example,c=US"
48 rootdn          "cn=Manager,o=Example,c=US"
49 rootpw          secret
50 chase-referrals no
51 #nretries       forever
52 nretries        100
53 # 1 sec timeout for binds
54 bind-timeout    1000000
55
56 # local
57 uri             "@URI2@ou=Meta,o=Example,c=US"
58 suffixmassage   "ou=Meta,o=Example,c=US" "ou=Meta,dc=example,dc=com"
59 ###pseudorootdn "cn=manager,ou=meta,dc=example,dc=com"
60 ###pseudorootpw secret
61 idassert-bind   bindmethod=simple
62                 binddn="cn=manager,ou=meta,dc=example,dc=com"
63                 credentials="secret"
64                 mode=none
65                 flags=non-prescriptive
66 idassert-authzFrom      "dn.exact:cn=Manager,o=Example,c=US"
67
68 # remote
69 uri             "@URI1@o=Example,c=US"
70 suffixmassage   "o=Example,c=US" "dc=example,dc=com"
71 ###pseudorootdn "cn=manager,dc=example,dc=com"
72 ###pseudorootpw secret
73 idassert-bind   bindmethod=simple
74                 binddn="cn=manager,dc=example,dc=com"
75                 credentials="secret"
76                 mode=none
77                 flags=non-prescriptive
78 idassert-authzFrom      "dn.exact:cn=Manager,o=Example,c=US"
79
80 limits          dn.exact="cn=Bjorn Jensen,ou=Information Technology Division,ou=People,o=Example,c=US" time=1 size=8
81
82 #monitor#database       monitor