Issue 570 - Minor fixes in acl.c
Summary: Minor fixes in acl.c
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-06-07 09:36 UTC by christian.lorenz@suse.de
Modified: 2014-08-01 21:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description christian.lorenz@suse.de 2000-06-07 09:36:52 UTC
Full_Name: Christian Lorenz
Version: 2.0-devel
OS: linux-2.2.14
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (194.112.123.201)


In pkg/ldap/servers/slapd/acl.c,v 1.61:

--- acl.c.orig  Wed May 31 16:22:31 2000
+++ acl.c   Wed Jun  7 12:05:58 2000
@@ -464,7 +464,7 @@
 #endif

            Debug( LDAP_DEBUG_ACL, "<= check a_dn_at: %s\n",
-               b->a_dn_at, 0, 0);
+               desc, 0, 0);

            bv.bv_val = op->o_ndn;
            bv.bv_len = strlen( bv.bv_val );

Comment 1 Kurt Zeilenga 2000-06-07 11:01:43 UTC
moved from Incoming to Development
Comment 2 Kurt Zeilenga 2000-06-07 11:02:47 UTC
changed notes
changed state Open to Closed
Comment 3 OpenLDAP project 2014-08-01 21:05:27 UTC
fixed