mirror of
				https://github.com/samba-team/samba.git
				synced 2025-10-31 12:23:52 +03:00 
			
		
		
		
	r1843: return DCERPC_FAULT_LOGON_FAILURE when the auth fails
metze
This commit is contained in:
		
				
					committed by
					
						 Gerald (Jerry) Carter
						Gerald (Jerry) Carter
					
				
			
			
				
	
			
			
			
						parent
						
							6ed2ce4edc
						
					
				
				
					commit
					a6ce6ee878
				
			| @@ -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 */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user