(Answer) (Category) OpenLDAP Faq-O-Matic : (Category) OpenLDAP Software FAQ : (Category) Configuration : (Category) SLAPD Configuration : (Category) Access Control : (Answer) How do I match authenticated users?
Authenticated users have a subject DN. While dn.regex=".+" will match any authenticated user, OpenLDAP provides the users short hand which should be used instead.
  access to *
    by users read
    by * none
This ACL grants read permissions to authenticated users while denying others (ie: anonymous users).
[Append to This Answer]
Previous: (Answer) How do I match anonymous users?
Next: (Answer) How do I use groups to manage access control?
This document is: http://www.openldap.org/faq/index.cgi?file=319
[Search] [Appearance]
This is a Faq-O-Matic 2.721.test.
© Copyright 1998-2013, OpenLDAP Foundation, info@OpenLDAP.org