Missing error code in SmbTransport.checkStatus 0xC0000193
Scott Murray <[email protected]> Fri, 1 Aug 2014 01:50:57 +0000 (UTC)
| Newsgroups | gmane.network.samba.java |
|---|---|
| Message-ID | <[email protected]> |
Using jcifs 1.3.17. The error code 0xC0000193 indicates account is expired and is equivalent to the code STATUS_ACCOUNT_DISABLED 0xC0000072 (see http://msdn.microsoft.com/en-au/library/ee441884.aspx) So this error code should be include in NtStatus and SmbTransport.checkStatus should throw this as an SmbAuthException not an SmbException.