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
a5f7f4fa
Commit
a5f7f4fa
authored
Feb 04, 2011
by
Quanah Gibson-Mount
Browse files
ITS
#6824
parent
0b1cfd33
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
a5f7f4fa
...
...
@@ -59,6 +59,7 @@ OpenLDAP 2.4.24 Engineering
Fixed slapd when first acl is value dependent (ITS#6693)
Fixed slapd modify to return actual error (ITS#6581)
Fixed slapd modrdn with empty DN (ITS#6768)
Fixed slapd c_authz_backend setting (ITS#6824)
Fixed slapd sortvals of attributes with 1 value (ITS#6715)
Fixed slapd syncrepl reuse of presence list (ITS#6707)
Fixed slapd syncrepl uninitialized return code (ITS#6719)
...
...
servers/slapd/saslauthz.c
View file @
a5f7f4fa
...
...
@@ -2005,7 +2005,7 @@ slap_sasl2dn(
op
.
o_bd
->
be_search
(
&
op
,
&
rs
);
FINISHED:
if
(
!
BER_BVISEMPTY
(
sasldn
)
)
{
if
(
opx
==
opx
->
o_conn
->
c_sasl_bindop
&&
!
BER_BVISEMPTY
(
sasldn
)
)
{
opx
->
o_conn
->
c_authz_backend
=
op
.
o_bd
;
}
if
(
!
BER_BVISNULL
(
&
op
.
o_req_dn
)
)
{
...
...
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