From c7088e5e3caae0d5210781125ac8db650d7fb91c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 17 Aug 2004 07:40:02 +0000 Subject: r1842: add fault code that happens with wrong password or when signing or sealing fails DCERPC_FAULT_LOGON_FAILURE = 0x00000005; metze (This used to be commit 6ed2ce4edca9dbdb30e52e83d62227656d671a29) --- source4/librpc/idl/dcerpc.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl index 3618dfbb61..8ab20be760 100644 --- a/source4/librpc/idl/dcerpc.idl +++ b/source4/librpc/idl/dcerpc.idl @@ -87,6 +87,7 @@ interface dcerpc const int DCERPC_FAULT_INVALID_TAG = 0x1c000006; const int DCERPC_FAULT_CONTEXT_MISMATCH = 0x1c00001a; const int DCERPC_FAULT_OTHER = 0x00000001; + const int DCERPC_FAULT_LOGON_FAILURE = 0x00000005; /* we return this fault when we haven't yet run the test to see what fault w2k3 returns in this case */ -- cgit