1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-30 08:23:49 +03:00

r1843: return DCERPC_FAULT_LOGON_FAILURE when the auth fails

metze
This commit is contained in:
Stefan Metzmacher
2004-08-17 07:45:42 +00:00
committed by Gerald (Jerry) Carter
parent 6ed2ce4edc
commit a6ce6ee878

View File

@@ -769,7 +769,7 @@ NTSTATUS dcesrv_input_process(struct dcesrv_connection *dce_conn)
pdus */
if (call->pkt.ptype == DCERPC_PKT_REQUEST &&
!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 */