[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: OpenLDAP 2.2.24 available
- To: openldap-software@OpenLDAP.org
- Subject: Re: OpenLDAP 2.2.24 available
- From: Turbo Fredriksson <turbo@bayour.com>
- Date: Thu, 17 Mar 2005 11:46:25 +0100
- In-reply-to: <6.2.1.2.0.20050316155240.02801e60@mail.openldap.org> (Kurt D. Zeilenga's message of "Wed, 16 Mar 2005 15:55:01 -0800")
- Organization: LDAP/Kerberos expert wannabe
- References: <6.2.1.2.0.20050316155240.02801e60@mail.openldap.org>
- User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/20.7 (gnu/linux)
>>>>> "Kurt" == Kurt D Zeilenga <Kurt@OpenLDAP.org> writes:
Kurt> OpenLDAP 2.2.24 is now available for download as detailed on
Kurt> our download page: http://www.openldap.org/software/download/
Was the ACI version of 'by users auth' from HEAD to much for 2.2?
--- openldap2.2-2.2.24.orig/servers/slapd/acl.c
+++ openldap2.2-2.2.24/servers/slapd/acl.c
@@ -2114,6 +2114,12 @@
return 0;
}
+ /* see if we have a users access */
+ /* Backported from HEAD Mon Jan 31 16:37:00 UTC 2005 */
+ if ( ber_bvstrcasecmp( &aci_bv_users, &bv ) == 0 ) {
+ return(1);
+ }
+
/* NOTE: this may fail if a DN contains a valid '#' (unescaped);
* just grab all the berval up to its end (ITS#3303).
* NOTE: the problem could be solved by providing the DN with