перезаписать / переназначить оверлей на slapd (rewrite/remap overlay to slapd)
Basic Configuration Syntax
All rewrite/remap directives start with the prefix rwm-
rwm-rewriteEngine { on | off }
If `on', the requested rewriting is performed; if `off',
no rewriting takes place (an easy way to stop rewriting
without altering too much the configuration file).
rwm-rewriteContext <context name> [ alias <aliased context name>
]
<Context name> is the name that identifies the context,
i.e. the name used by the application to refer to the set
of rules it contains. It is used also to reference sub
contexts in string rewriting. A context may alias another
one. In this case the alias context contains no rule, and
any reference to it will result in accessing the aliased
one.
rwm-rewriteRule <regex match pattern> <substitution pattern> [
<flags> ]
Determines how a string can be rewritten if a pattern is
matched. Examples are reported below.