]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-relay.conf
Fix typos
[openldap] / tests / data / slapd-relay.conf
index 5dfeaaeb74944cae40b43f882528c12deb45a7da..f9ef67d7bf8c6ac25678974d3d9a4a20e94158d2 100644 (file)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2004 The OpenLDAP Foundation.
+## Copyright 1998-2005 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -24,13 +24,19 @@ argsfile    ./test-db/slapd.args
 
 #mod#modulepath        ../servers/slapd/back-@BACKEND@/
 #mod#moduleload        back_@BACKEND@.la
+#relaymod#modulepath ../servers/slapd/back-relay/
+#relaymod#moduleload back_relay.la
+#ldapmod#modulepath ../servers/slapd/back-ldap/
+#ldapmod#moduleload back_ldap.la
+#metamod#modulepath ../servers/slapd/back-meta/
+#metamod#moduleload back_meta.la
 #monitormod#modulepath ../servers/slapd/back-monitor/
 #monitormod#moduleload back_monitor.la
 #rwmmod#modulepath ../servers/slapd/overlays/
 #rwmmod#moduleload rwm.la
 
 #######################################################################
-# ldbm database definitions
+# database definitions
 #######################################################################
 
 database       @BACKEND@
@@ -38,18 +44,55 @@ suffix              "dc=example,dc=com"
 directory      ./testrun/db.1.a
 rootdn         "cn=Manager,dc=example,dc=com"
 rootpw         secret
-index          objectClass eq
+#bdb#index             objectClass eq
+#hdb#index             objectClass eq
+#ldbm#index            objectClass eq
 
-database       relay
+database       @RELAY@
 suffix         "o=Example,c=US"
-relay          "dc=example,dc=com" massage
+### back-relay can automatically instantiate the rwm overlay
+#relay-relay#relay             "dc=example,dc=com" massage
+#relay-relay#rwm-map           objectClass groupOfNames groupOfUniqueNames
+#relay-relay#rwm-map           objectClass uidObject dcObject
+#relay-relay#rwm-map           attribute member uniqueMember
+#relay-relay#rwm-map           attribute uid dc
+### back-ldap needs explicit instantiation of the rwm overlay
+#relay-ldap#uri                "@URI1@"
+#relay-ldap#overlay            rwm
+#relay-ldap#rwm-suffixmassage  "dc=example,dc=com"
+#relay-ldap#rwm-map            objectClass groupOfNames groupOfUniqueNames
+#relay-ldap#rwm-map            objectClass uidObject dcObject
+#relay-ldap#rwm-map            attribute member uniqueMember
+#relay-ldap#rwm-map            attribute uid dc
+#relay-meta#uri                "@URI1@o=Example,c=US"
+#relay-meta#suffixmassage      "o=Example,c=US" "dc=example,dc=com"
+#relay-meta#map                objectClass groupOfNames groupOfUniqueNames
+#relay-meta#map                objectClass uidObject dcObject
+#relay-meta#map                attribute member uniqueMember
+#relay-meta#map                attribute uid dc
 
-database       relay
+database       @RELAY@
 suffix         "o=Esempio,c=IT"
-relay          "dc=example,dc=com" massage
+### use this alternate form of back-relay, without the "relay" directive,
+### which causes the target database to be selected after DN massaging
+#relay-relay#overlay           rwm
+#relay-relay#rwm-suffixmassage "dc=example,dc=com"
+### back-ldap needs URI
+#relay-ldap#uri                "@URI1@"
+#relay-ldap#overlay            rwm
+#relay-ldap#rwm-suffixmassage  "dc=example,dc=com"
+#relay-meta#uri                "@URI1@o=Esempio,c=IT"
+#relay-meta#suffixmassage      "o=Esempio,c=IT" "dc=example,dc=com"
 
-database       relay
+database       @RELAY@
 suffix         "o=Beispiel,c=DE"
-relay          "dc=example,dc=com" massage
+### back-relay can automatically instantiate the rwm overlay
+#relay-relay#relay             "dc=example,dc=com" massage
+### back-ldap needs explicit instantiation of the rwm overlay
+#relay-ldap#uri                "@URI1@"
+#relay-ldap#overlay            rwm
+#relay-ldap#rwm-suffixmassage  "dc=example,dc=com"
+#relay-meta#uri                "@URI1@o=Beispiel,c=DE"
+#relay-meta#suffixmassage      "o=Beispiel,c=DE" "dc=example,dc=com"
 
-#monitor#database monitor
+#monitor#database      monitor