[jcifs] Missing error code in SmbTransport.checkStatus 0xC0000193

Scott Murray murrays8 at anz.com
Thu Jul 31 19:50:57 MDT 2014


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.




More information about the jCIFS mailing list