mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
Return authMethodNotSupported not authUnknown for unknown
bind authentication method
This commit is contained in:
parent
df47e87ec3
commit
2b2ee1ccbd
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ do_bind(
|
|||
#endif
|
||||
|
||||
} else {
|
||||
rc = LDAP_AUTH_UNKNOWN;
|
||||
rc = LDAP_AUTH_METHOD_NOT_SUPPORTED;
|
||||
text = "unknown authentication method";
|
||||
|
||||
send_ldap_result( conn, op, rc,
|
||||
|
|
|
|||
Loading…
Reference in a new issue