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
Tero Saarni
OpenLDAP
Commits
e7448a42
Commit
e7448a42
authored
Mar 02, 2012
by
Howard Chu
Committed by
Quanah Gibson-Mount
Mar 05, 2012
Browse files
ITS#7195 add NotAllowedOnNonleaf to deltasync fallback errors
parent
4d2658ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/syncrepl.c
View file @
e7448a42
...
...
@@ -992,6 +992,7 @@ do_syncrep2(
case
LDAP_NO_SUCH_OBJECT
:
case
LDAP_NO_SUCH_ATTRIBUTE
:
case
LDAP_TYPE_OR_VALUE_EXISTS
:
case
LDAP_NOT_ALLOWED_ON_NONLEAF
:
rc
=
LDAP_SYNC_REFRESH_REQUIRED
;
si
->
si_logstate
=
SYNCLOG_FALLBACK
;
ldap_abandon_ext
(
si
->
si_ld
,
si
->
si_msgid
,
NULL
,
NULL
);
...
...
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