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

ACL by IP



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

But I get an error when starting slapd:
line 43: expecting <access> got "addr=11.22.33.44"

(actual ip address not used above)

Can anyone help?

Quinn