[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: commit: ldap/servers/slapd acl.c slap.h
- Subject: Re: commit: ldap/servers/slapd acl.c slap.h
- From: Pierangelo Masarati <ando@sys-net.it>
- Date: Tue, 16 Jan 2007 22:29:09 +0100
- Cc: OpenLDAP Devel <openldap-devel@openldap.org>
- In-reply-to: <200701162113.l0GLDicS073029@cantor.openldap.org>
- References: <200701162113.l0GLDicS073029@cantor.openldap.org>
- User-agent: Mail/News 1.5.0.7 (X11/20060916)
ando@OpenLDAP.org wrote:
allow to specify the required access privileges in internal operations (ITS#4806)
Note that one does not need to use the same access privileges for
testing the filter and testing data return: in fact, when issuing an
internal search, when required one could set o_acl_priv to the privilege
desired for filter testing; then, in sc_response(), one could change it
to the privilege desired for data return testing, and return it back in
sc_cleanup(), and so back and forth.
p.