Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
8423a07e
Commit
8423a07e
authored
Nov 21, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5820
parent
66216e9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
8423a07e
...
...
@@ -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)
...
...
servers/slapd/slapacl.c
View file @
8423a07e
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment