mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
.. | ||
back-relay.h | ||
config.c | ||
external.h | ||
init.c | ||
Makefile.in | ||
op.c | ||
proto-back-relay.h | ||
README |
Relay backend automatically sets up a rewrite-remap overlay that maps the virtual naming context to a real naming context that is available in the same server # automatically massage from virtual to real naming context database relay suffix "dc=virtual,dc=naming,dc=context" relay "dc=real,dc=naming,dc=context" # explicitly massage database relay suffix "dc=virtual,dc=naming,dc=context" overlay rewrite-remap suffixmassage "dc=virtual,dc=naming,dc=context" "dc=real,dc=naming,dc=context" # old fashioned suffixalias... database relay suffix "dc=virtual,dc=naming,dc=context" overlay rewrite-remap rewriteEngine on rewriteContext default rewriteRule "(.*)dc=virtual,dc=naming,dc=context$" \ "\1dc=real,dc=naming,dc=context"