перезаписать / переназначить оверлей на slapd (rewrite/remap overlay to slapd)
Passes
An incoming string is matched against a set of rewriteRules.
Rules are made of a regex match pattern, a substitution pattern
and a set of actions, described by a set of optional flags. In
case of match, string rewriting is performed according to the
substitution pattern that allows one to refer to substrings
matched in the incoming string. The actions, if any, are finally
performed. Each rule is executed recursively, unless altered by
specific action flags; see "Action Flags" for details. A default
limit on the recursion level is set, and can be altered by the
rwm-rewriteMaxPasses
directive, as detailed in the "Additional
Configuration Syntax" section. The substitution pattern allows
map resolution of substrings. A map is a generic object that
maps a substitution pattern to a value. The flags are divided in
"Pattern Matching Flags" and "Action Flags"; the former alter the
regex match pattern behavior, while the latter alter the actions
that are taken after substitution.