mirror of
https://github.com/samba-team/samba.git
synced 2025-11-06 08:23:50 +03:00
r1843: return DCERPC_FAULT_LOGON_FAILURE when the auth fails
metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
6ed2ce4edc
commit
a6ce6ee878
@@ -769,7 +769,7 @@ NTSTATUS dcesrv_input_process(struct dcesrv_connection *dce_conn)
|
|||||||
pdus */
|
pdus */
|
||||||
if (call->pkt.ptype == DCERPC_PKT_REQUEST &&
|
if (call->pkt.ptype == DCERPC_PKT_REQUEST &&
|
||||||
!dcesrv_auth_request(call)) {
|
!dcesrv_auth_request(call)) {
|
||||||
return dcesrv_fault(call, DCERPC_FAULT_OTHER);
|
return dcesrv_fault(call, DCERPC_FAULT_LOGON_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* see if this is a continued packet */
|
/* see if this is a continued packet */
|
||||||
|
|||||||
Reference in New Issue
Block a user