перезаписать / переназначить оверлей на slapd (rewrite/remap overlay to slapd)
Rewrite Context
A rewrite context is a set of rules which are applied in
sequence. The basic idea is to have an application initialize a
rewrite engine (think of Apache's mod_rewrite ...) with a set of
rewrite contexts; when string rewriting is required, one invokes
the appropriate rewrite context with the input string and obtains
the newly rewritten one if no errors occur.
Each basic server operation is associated to a rewrite context;
they are divided in two main groups: client -> server and server
-> client rewriting.
client -> server:
(default) if defined and no specific context
is available
bindDN bind
searchDN search
searchFilter search
searchFilterAttrDN search
compareDN compare
compareAttrDN compare AVA
addDN add
addAttrDN add AVA (DN portion of "ref" excluded)
modifyDN modify
modifyAttrDN modify AVA (DN portion of "ref" excluded)
referralAttrDN add/modify DN portion of referrals
(default to none)
renameDN modrdn (the old DN)
newSuperiorDN modrdn (the new parent DN, if any)
newRDN modrdn (the new relative DN)
deleteDN delete
exopPasswdDN password modify extended operation DN
server -> client:
searchEntryDN search (only if defined; no default;
acts on DN of search entries)
searchAttrDN search AVA (only if defined; defaults
to searchEntryDN; acts on DN-syntax
attributes of search results)
matchedDN all ops (only if applicable; defaults
to searchEntryDN)
referralDN all ops (only if applicable; defaults
to none)