mirror of
https://github.com/samba-team/samba.git
synced 2025-03-02 08:58:33 +03:00
r8644: This is a more useful error than unsuccesful.
Andrew Bartlett (This used to be commit d7136c93fb7ddf27d914329a7c9fd77de22d4356)
This commit is contained in:
parent
2f5f01567b
commit
5bf8d0f516
@ -259,7 +259,7 @@ static NTSTATUS gensec_gssapi_client_start(struct gensec_security *gensec_securi
|
||||
DEBUG(1, ("GSS Import name of %s failed: %s\n",
|
||||
(char *)name_token.value,
|
||||
gssapi_error_string(gensec_gssapi_state, maj_stat, min_stat)));
|
||||
return NT_STATUS_UNSUCCESSFUL;
|
||||
return NT_STATUS_INVALID_PARAMETER;
|
||||
}
|
||||
|
||||
name_token.value = cli_credentials_get_principal(creds,
|
||||
|
Loading…
x
Reference in New Issue
Block a user