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
ef89f5cc
Commit
ef89f5cc
authored
Nov 10, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5798
parent
2abee37e
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
ef89f5cc
...
...
@@ -26,6 +26,7 @@ OpenLDAP 2.4.13 Engineering
Added slapd support for certificateListExactMatch (ITS#5700)
Fixed slapd syncrepl event loss (ITS#5710)
Fixed slapd syncrepl MOD of attrs with no EQ rule (ITS#5781)
Fixed slapd syncrepl schema checking (ITS#5798)
Fixed slapd undef promote (ITS#5783,ITS#5795)
Added slapd What failed? control (ITS#5784)
Fixed slapd-bdb/hdb invalid db crash (ITS#5698)
...
...
servers/slapd/syncrepl.c
View file @
ef89f5cc
...
...
@@ -4063,9 +4063,6 @@ add_syncrepl(
"Config: ** successfully added syncrepl
\"
%s
\"\n
"
,
BER_BVISNULL
(
&
si
->
si_bindconf
.
sb_uri
)
?
"(null)"
:
si
->
si_bindconf
.
sb_uri
.
bv_val
,
0
,
0
);
if
(
!
si
->
si_schemachecking
)
{
SLAP_DBFLAGS
(
c
->
be
)
|=
SLAP_DBFLAG_NO_SCHEMA_CHECK
;
}
if
(
c
->
be
->
be_syncinfo
)
{
si
->
si_cookieState
=
c
->
be
->
be_syncinfo
->
si_cookieState
;
}
else
{
...
...
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