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
acb451a0
Commit
acb451a0
authored
Jun 25, 2000
by
Kurt Zeilenga
Browse files
Return unwillingToPerform for step 2 kerberos bind.
parent
a56c2b59
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldbm/bind.c
View file @
acb451a0
...
...
@@ -237,10 +237,11 @@ ldbm_back_bind(
break
;
case
LDAP_AUTH_KRBV42
:
send_ldap_result
(
conn
,
op
,
LDAP_SUCCESS
,
NULL
,
NULL
,
NULL
,
NULL
);
send_ldap_result
(
conn
,
op
,
LDAP_UNWILLING_TO_PERFORM
,
NULL
,
"Kerberos bind step 2 not supported"
,
NULL
,
NULL
);
/* stop front end from sending result */
rc
=
1
;
rc
=
LDAP_UNWILLING_TO_PERFORM
;
goto
return_results
;
#endif
...
...
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