[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: non-ascii in slapd.conf and ACL dn matching with non-ascii



> >Okay, the problem is that when doing regex we are not escaping hex,
> >while we compare with the normalized form, but should compare with
> >prettied form.
> 
> This is problematic.  The pretty form could have a value
> like <CN=foo  bar> (note the two spaces).  We should match
> against the normalized version <CN=foo bar>.

Eh? I thought the Pretty form removes all insignificant spaces.
  -- Howard