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

Re: OpenLDAP 2.2.24 available



>>>>> "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