перезаписать / переназначить оверлей на slapd (rewrite/remap overlay to slapd)
Additional Configuration Syntax
rwm-rewriteMap <map type> <map name> [ <map attrs> ]
Allows one to define a map that transforms substring
rewriting into something else. The map is referenced
inside the substitution pattern of a rule.
rwm-rewriteParam <param name> <param value>
Sets a value with global scope, that can be dereferenced
by the command `${$paramName}'.
rwm-rewriteMaxPasses <number of passes> [<number of passes per
rule>]
Sets the maximum number of total rewriting passes that can
be performed in a single rewrite operation (to avoid
loops). A safe default is set to 100; note that reaching
this limit is still treated as a success; recursive
invocation of rules is simply interrupted. The count
applies to the rewriting operation as a whole, not to any
single rule; an optional per-rule limit can be set. This
limit is overridden by setting specific per-rule limits
with the `M{n}' flag.