openldap/tests/data/slapd-relay.conf

75 lines
2.4 KiB
Plaintext
Raw Normal View History

2004-07-12 08:19:15 +08:00
# master slapd config -- for testing
# $OpenLDAP$
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
## Copyright 1998-2004 The OpenLDAP Foundation.
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
## modification, are permitted only as authorized by the OpenLDAP
## Public License.
##
## A copy of this license is available in the file LICENSE in the
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
include ./schema/core.schema
include ./schema/cosine.schema
include ./schema/inetorgperson.schema
include ./schema/openldap.schema
include ./schema/nis.schema
include ./schema/ppolicy.schema
pidfile ./test-db/slapd.pid
argsfile ./test-db/slapd.args
#mod#modulepath ../servers/slapd/back-@BACKEND@/
#mod#moduleload back_@BACKEND@.la
2004-08-12 18:20:19 +08:00
#relaymod#modulepath ../servers/slapd/back-relay/
#relaymod#moduleload back_relay.la
#ldapmod#modulepath ../servers/slapd/back-ldap/
#ldapmod#moduleload back_ldap.la
#monitormod#modulepath ../servers/slapd/back-monitor/
#monitormod#moduleload back_monitor.la
#rwmmod#modulepath ../servers/slapd/overlays/
#rwmmod#moduleload rwm.la
2004-07-12 08:19:15 +08:00
#######################################################################
# database definitions
2004-07-12 08:19:15 +08:00
#######################################################################
database @BACKEND@
suffix "dc=example,dc=com"
directory ./testrun/db.1.a
rootdn "cn=Manager,dc=example,dc=com"
rootpw secret
index objectClass eq
database @RELAY@
2004-07-12 08:19:15 +08:00
suffix "o=Example,c=US"
### back-relay can automatically instantiate the rwm overlay
#relay#relay "dc=example,dc=com" massage
### back-ldap needs explicit instantiation of the rwm overlay
#ldap#uri "@URI1@"
#ldap#overlay rwm
#ldap#rwm-suffixmassage "dc=example,dc=com"
2004-07-12 08:19:15 +08:00
database @RELAY@
2004-07-12 08:19:15 +08:00
suffix "o=Esempio,c=IT"
### back-ldap needs URI
#ldap#uri "@URI1@"
### use this alternate form of back-relay, without the "relay" directive,
### which causes the target database to be selected after DN massaging
overlay rwm
rwm-suffixmassage "dc=example,dc=com"
2004-07-12 08:19:15 +08:00
database @RELAY@
2004-07-12 08:19:15 +08:00
suffix "o=Beispiel,c=DE"
### back-relay can automatically instantiate the rwm overlay
#relay#relay "dc=example,dc=com" massage
### back-ldap needs explicit instantiation of the rwm overlay
#ldap#uri "@URI1@"
#ldap#overlay rwm
#ldap#rwm-suffixmassage "dc=example,dc=com"
2004-07-12 08:19:15 +08:00
#monitor#database monitor