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
openldap
OpenLDAP
Commits
d28bdf9c
Commit
d28bdf9c
authored
Apr 15, 2003
by
Howard Chu
Browse files
Fix for modrdn retries
parent
f0816ec5
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-bdb/modify.c
View file @
d28bdf9c
...
...
@@ -122,6 +122,9 @@ int bdb_modify_internal(
err
=
modify_add_values
(
e
,
mod
,
get_permissiveModify
(
op
),
text
,
textbuf
,
textlen
);
mod
->
sm_op
=
SLAP_MOD_SOFTADD
;
if
(
err
==
LDAP_TYPE_OR_VALUE_EXISTS
)
{
err
=
LDAP_SUCCESS
;
}
...
...
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