Return authMethodNotSupported not authUnknown for unknown

bind authentication method
This commit is contained in:
Kurt Zeilenga 2000-10-13 05:28:23 +00:00
parent df47e87ec3
commit 2b2ee1ccbd

View file

@ -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,