Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
5fb64ebe
Commit
5fb64ebe
authored
Sep 20, 2006
by
Quanah Gibson-Mount
Browse files
ITS#4654, I've been running with this patch in place for several weeks.
parent
e37cf727
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
5fb64ebe
...
...
@@ -4,6 +4,7 @@ OpenLDAP 2.3.28 Engineering
Fixed libldap ldap.conf max line length (ITS#4669)
Added ldapsearch bad filter pattern check (ITS#4647)
Fixed slapd-monitor locking with scope "subordinate" (ITS#4668)
Fixed slapd global access controls initialization (ITS#4654)
OpenLDAP 2.3.27 Release
Fixed libldap dangling pointer issue (previous fix was broken) (ITS#4405)
...
...
servers/slapd/backend.c
View file @
5fb64ebe
...
...
@@ -248,7 +248,8 @@ int backend_startup(Backend *be)
return
rc
;
}
}
/* append global access controls */
acl_append
(
&
be
->
be_acl
,
frontendDB
->
be_acl
,
-
1
);
return
backend_startup_one
(
be
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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