Skip to content
Snippets Groups Projects
Commit 2b2ee1cc authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Return authMethodNotSupported not authUnknown for unknown

bind authentication method
parent df47e87e
Branches
Tags
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment