[jcifs] Logout from NTLM session

Michael B Allen mba2000 at ioplex.com
Tue Feb 7 08:01:53 GMT 2006


On Mon, 6 Feb 2006 22:36:37 -0800 (PST)
zahir vr <zahirvr at yahoo.com> wrote:

> How can i logout from NTLM session(Programatically) using JCIFS?.

The NTLM authentication code just checks the supplied credentials
against an appropriate domain controller so you're not really
"logged in" in the first place.  And thus there's nothing to do to
"logout". The SmbSession.logon class should probably have been called
SmbSession.authenticate.

Mike


More information about the jcifs mailing list