At 12:28 AM 2001-08-04, sanjukta reddy wrote:
>I need to authenticate my LDAP users before allowing them to view data listed on the ldap server.
For OpenLDAP 2.0, a good initial ACL is:
access to dn=""
by * read
access to *
by self write
by users read
by anonymous auth
(placed before the first database or backend directive).
See the Admin Guide for details.