Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
4235da91
Commit
4235da91
authored
Apr 05, 2003
by
Pierangelo Masarati
Browse files
massage bound dn only if operating on authz backend
parent
4022ee7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldap/bind.c
View file @
4235da91
...
...
@@ -320,7 +320,8 @@ ldap_back_getconn(Operation *op, SlapReply *rs)
}
else
{
lc
->
cred
.
bv_len
=
0
;
lc
->
cred
.
bv_val
=
NULL
;
if
(
op
->
o_conn
->
c_dn
.
bv_len
!=
0
)
{
if
(
op
->
o_conn
->
c_dn
.
bv_len
!=
0
&&
(
op
->
o_bd
==
op
->
o_conn
->
c_authz_backend
)
)
{
/*
* Rewrite the bind dn if needed
...
...
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