Skip to content
Snippets Groups Projects
Commit 8423a07e authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#5820

parent 66216e9e
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ OpenLDAP 2.4.13 Release (2008/11/20)
Fixed libldap interaction with GnuTLS CN IP-based matches (ITS#5789)
Fixed libldap MAXHOSTNAMELEN typo (ITS#5815)
Fixed libldap Ipv6 detection (ITS#5739)
Fixed slapacl crasher (ITS#5820)
Fixed slapd acl checks on ADD (ITS#4556,ITS#5723)
Fixed slapd acl application to newly created backends (ITS#5572)
Added slapd keyword add_content_acl for add checks (ITS#4556,ITS#5723)
......
......@@ -98,6 +98,7 @@ slapacl( int argc, char **argv )
connection_fake_init( &conn, &opbuf, &conn );
op = &opbuf.ob_op;
op->o_tmpmemctx = NULL;
conn.c_listener = &listener;
conn.c_listener_url = listener_url;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment