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
76d1eeab
Commit
76d1eeab
authored
Feb 02, 2011
by
Quanah Gibson-Mount
Browse files
ITS#6806
parent
7d8e4713
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGES
View file @
76d1eeab
...
...
@@ -79,6 +79,7 @@ OpenLDAP 2.4.24 Engineering
Fixed slapd-ldif error strings (ITS#6731)
Fixed slapd-ndb to honor rootpw setting (ITS#6661)
Fixed slapd-ndb hasSubordinates generation (ITS#6712)
Fixed slapd-ndb variable initialization (ITS#6806)
Fixed slapd-meta anon retry with failed auth method (ITS#6643)
Fixed slapd-meta rebind proc (ITS#6665)
Fixed slapd-meta to correctly rebind as user (ITS#6574)
...
...
servers/slapd/back-ndb/add.cpp
View file @
76d1eeab
...
...
@@ -51,6 +51,7 @@ ndb_back_add(Operation *op, SlapReply *rs )
op
->
oq_add
.
rs_e
->
e_name
.
bv_val
,
0
,
0
);
ctrls
[
num_ctrls
]
=
0
;
NA
.
txn
=
NULL
;
/* check entry's schema */
rs
->
sr_err
=
entry_schema_check
(
op
,
op
->
oq_add
.
rs_e
,
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