Author: metze Date: 2004-08-17 07:40:02 +0000 (Tue, 17 Aug 2004) New Revision: 1842
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1842&nolog=1 Log: add fault code that happens with wrong password or when signing or sealing fails DCERPC_FAULT_LOGON_FAILURE = 0x00000005; metze Modified: branches/SAMBA_4_0/source/librpc/idl/dcerpc.idl Changeset: Modified: branches/SAMBA_4_0/source/librpc/idl/dcerpc.idl =================================================================== --- branches/SAMBA_4_0/source/librpc/idl/dcerpc.idl 2004-08-16 21:27:26 UTC (rev 1841) +++ branches/SAMBA_4_0/source/librpc/idl/dcerpc.idl 2004-08-17 07:40:02 UTC (rev 1842) @@ -87,6 +87,7 @@ 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 */
