[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ACL by IP
On Sat, Apr 13, 2002 at 12:10:42PM -0600, Quinn Perkins wrote:
> I am trying to allow access to my OpenLDAP 2.0.23 from another server
> without having to bind (long story...problems with binding with PHP
> after installing SASL).
>
> I've tried to do it with this type of ACL entry:
>
> access to *
> by addr="11.22.33.44" write
> by * read
Change to:
access to *
by peername='^ip=11\.22\.33\.44" write
by * read
blair christensen.
- Follow-Ups:
- Re: ACL by IP
- From: "Pierangelo Masarati" <masarati@aero.polimi.it>
- References:
- ACL by IP
- From: Quinn Perkins <quinn@quinnperkins.com>