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

Re: Can access info be stored in the database?



At 05:45 PM 1/27/99 -0800, Tom Johnson wrote:
>Is it possible to store access information in the database rather
>than in the slapd.conf file?  I'd like something that could be updated
>remotely, without requiring a restart or reload of the server.

In OpenLDAP, no.  Access control information (ACLs) are staticly
defined (configurable only in slapd.conf).  However, they are
dynamically interepted.  Good use of regular expresses and group
ACLs greatly reduce the need to have dynamically defined ACL.

For information about OpenLDAP group ACLs, see:
	http://www.openldap.org/faq/index.cgi?file=52

Kurt