[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: slapd.conf, acl question
At 02:56 AM 2002-06-05, De Leeuw Guy wrote:
>Hello,
>
>I have recently posted a question about acl in slapd.conf.
>But I never receive a respons, I re-post my question :
>
>Under openldap 2.0.23
>I have some acl in slapd.conf like this :
>
>access to *
> by dn="cn=guy...." write
> by dn="cn=Angélique..." write
>All acl with accent doesn't work.
>
>It is possible to make this ?
The regex system doesn't grok Unicode... but it might work
if you UTF-8 encode slapd.conf. It certainly won't work if
you don't.
Kurt