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
3c84baee
Commit
3c84baee
authored
Aug 02, 2009
by
Quanah Gibson-Mount
Browse files
ITS
#5946
parent
81498632
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGES
View file @
3c84baee
...
...
@@ -3,6 +3,7 @@ OpenLDAP 2.4 Change Log
OpenLDAP 2.4.18 Engineering
Fixed liblber speed and other problems (ITS#6215)
Fixed libldap tls_check_hostname for OpenSSL and MozNSS (ITS#6239)
Fixed slapd allow mirrormode to be set to FALSE (ITS#5946)
Fixed slapd dncachesize behavior to unlimited by default (ITS#6222)
Fixed slapd incorrectly applying writetimeout when not set (ITS#6220)
Fixed slapd server URL matching (ITS#5942)
...
...
servers/slapd/bconfig.c
View file @
3c84baee
...
...
@@ -1859,7 +1859,7 @@ sortval_reject:
break
;
case
CFG_MIRRORMODE
:
if
(
!
SLAP_SHADOW
(
c
->
be
))
{
if
(
c
->
value_int
&&
!
SLAP_SHADOW
(
c
->
be
))
{
snprintf
(
c
->
cr_msg
,
sizeof
(
c
->
cr_msg
),
"<%s> database is not a shadow"
,
c
->
argv
[
0
]
);
Debug
(
LDAP_DEBUG_ANY
,
"%s: %s
\n
"
,
...
...
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