Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
3a468f5d
Commit
3a468f5d
authored
Mar 24, 2004
by
Kurt Zeilenga
Browse files
cleanup
parent
6ef731db
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/bind.c
View file @
3a468f5d
...
...
@@ -206,8 +206,8 @@ do_bind(
}
Statslog
(
LDAP_DEBUG_STATS
,
"conn=%lu op=%lu BIND dn=
\"
%s
\"
method=%ld
\n
"
,
op
->
o_connid
,
op
->
o_opid
,
op
->
o_req_dn
.
bv_val
,
(
unsigned
long
)
op
->
orb_method
,
0
);
op
->
o_connid
,
op
->
o_opid
,
op
->
o_req_dn
.
bv_val
,
(
unsigned
long
)
op
->
orb_method
,
0
);
if
(
version
<
LDAP_VERSION_MIN
||
version
>
LDAP_VERSION_MAX
)
{
#ifdef NEW_LOGGING
...
...
@@ -458,7 +458,9 @@ do_bind(
}
#ifdef LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND
}
else
if
(
op
->
orb_method
==
LDAP_AUTH_KRBV41
||
op
->
orb_method
==
LDAP_AUTH_KRBV42
)
{
}
else
if
(
op
->
orb_method
==
LDAP_AUTH_KRBV41
||
op
->
orb_method
==
LDAP_AUTH_KRBV42
)
{
if
(
global_disallows
&
SLAP_DISALLOW_BIND_KRBV4
)
{
/* disallow simple authentication */
rs
->
sr_err
=
LDAP_UNWILLING_TO_PERFORM
;
...
...
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