absolutely I restarted!
i looked at the code and slapi_re_subs in ldap/servers/regex.c doesn't seem
to allow for any special casing of &… it will always be replaced with the
input token. no apparent way to escape it. bummer.
I just created a fedora account to file a bug. tried to login to trac
On 02/11/2012 11:37 AM, Michael Gettes wrote:
I have a need to use a search filter in SASL mappings where it looks
like something
(&(uid=\1)(|(objectclass=x)(objectclass=y)))
the & is being substituted like \1 as seen with tracing turned on. I
have tried escaping it as \& and \\& . I ca