[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Issue with default ACL selection and back-config (revitalizing ITS#3100?...)
- To: OpenLDAP Devel <openldap-devel@OpenLDAP.org>
- Subject: Issue with default ACL selection and back-config (revitalizing ITS#3100?...)
- From: Pierangelo Masarati <ando@sys-net.it>
- Date: Wed, 13 Apr 2005 00:04:32 +0200
- User-agent: Mozilla Thunderbird 1.0 (X11/20041206)
In access_allowed(), when called with null o_bd field, the first
database is selected, where the first real database is traditionally
intended. The current code has been modified to pick the first database
by calling
op->o_bd = LDAP_STAILQ_FIRST( &backendDB );
However, if back-config is enabled, it is forced to be the first
database in the list. I can't figure out, right now, how this can be
solved in a clean manner.
p.
SysNet - via Dossi,8 27100 Pavia Tel: +390382573859 Fax: +390382476497