[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ACL's for SASL compat.
At 08:52 PM 10/3/00 -0400, Marc Heckmann wrote:
>On Tue, Oct 03, 2000 at 03:07:38PM -0700, Kurt D. Zeilenga wrote:
>> At 05:15 PM 10/3/00 -0400, Marc Heckmann wrote:
>> >access to dn="uid=([^,]+),portalId=ABC,ou=People,o=MyOrg"
>> > by self write
>> > by dn="uid=$1 \+ realm=foo" write
>> > by anonymous auth
>> > by * read
>> >
>> > Any suggestions? Thanks in advance.
>>
>>
>> Trim the extra white space from the DN regex... i.e.:
>>
>> by dn="uid=$1\+realm=foo" write
>
>Tried it and it does not work, same error (insufficient access)....
>Any other ideas or debugging switches? Is there another way to get the
>same effect using sasl binding?
That is for SASL binding.