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

Re: acl, DN with Japanese



At 11:53 PM 2002-08-22, michiko nagara wrote:
>Hello,
>
>I have a question about acl.
>
>I am using OpenLDAP 2.1.3 + BerkeleyDB 4.0.14.

I suggest you consider 2.1.4.  It includes a change to
DN normalization which makes it easier to write DN
regexes.  Where 2.1.3 required escaping of Unicode
characters in regex, 2.1.4 requires they not be
escaped (except where RFC 2253 says they must be
escaped).

>How is it possible to work acl with Japanese DN ?

One approach is is not to use DN regexes, but use
other DN forms.  See the slap-access(5) and the
admin guide.