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
3186a1c2
Commit
3186a1c2
authored
Aug 09, 2003
by
Kurt Zeilenga
Browse files
Remove deprecated code. Will remove slap.h code define later.
parent
bd98f4c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/bind.c
View file @
3186a1c2
...
...
@@ -427,26 +427,6 @@ do_bind(
Debug
(
LDAP_DEBUG_TRACE
,
"do_bind: v%d simple bind(%s) disallowed
\n
"
,
version
,
op
->
o_req_ndn
.
bv_val
,
0
);
#endif
goto
cleanup
;
}
else
if
((
global_disallows
&
SLAP_DISALLOW_BIND_SIMPLE_UNPROTECTED
)
&&
(
op
->
o_ssf
<=
1
))
{
rs
->
sr_err
=
LDAP_CONFIDENTIALITY_REQUIRED
;
rs
->
sr_text
=
"unwilling to perform simple authentication "
"without confidentiality protection"
;
send_ldap_result
(
op
,
rs
);
#ifdef NEW_LOGGING
LDAP_LOG
(
OPERATION
,
INFO
,
"do_bind: conn %d "
"v%d unprotected simple bind(%s) disallowed
\n
"
,
op
->
o_connid
,
version
,
op
->
o_req_ndn
.
bv_val
);
#else
Debug
(
LDAP_DEBUG_TRACE
,
"do_bind: v%d unprotected simple bind(%s) disallowed
\n
"
,
version
,
op
->
o_req_ndn
.
bv_val
,
0
);
#endif
goto
cleanup
;
}
...
...
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