mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
A NULL (empty) SASL mechanism should not result in a protocol error.
This commit is contained in:
parent
95092681dd
commit
92e2453467
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ do_bind(
|
|||
Debug( LDAP_DEBUG_ANY,
|
||||
"do_bind: no sasl mechanism provided\n",
|
||||
0, 0, 0 );
|
||||
send_ldap_result( conn, op, rc = LDAP_PROTOCOL_ERROR,
|
||||
send_ldap_result( conn, op, rc = LDAP_AUTH_METHOD_NOT_SUPPORTED,
|
||||
NULL, "no SASL mechanism provided", NULL, NULL );
|
||||
goto cleanup;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue