[jcifs] Re: NTLM HTTP Filter Does Not Work With SMB Signing

Dane Henry danehenry at gmail.com
Tue Jun 6 13:41:15 GMT 2006


OK, tweaked it, like you said, and it works. I got it to list the files in
the directory I specified and it works with the same access times whether
jcifs.smb.client.signingPreferred was set to true or false.

On 6/5/06, Michael B Allen <mba2000 at ioplex.com> wrote:
>
> On Mon, 5 Jun 2006 15:01:45 -0400
> "Dane Henry" <danehenry at gmail.com> wrote:
>
> > Here is the log for the exception that gets thrown when I run
> > examples/ListFiles.java verbatum from the jcifs site.
> >
> > jcifs.smb.SmbAuthException: Logon failure: account currently disabled.
> >     at jcifs.smb.SmbTransport.checkStatus(SmbTransport.java:499)
>
> This is just because the GUEST account is being used. You need to use
> proper credentials. Try:
>
> java ListFiles smb://domain;username:password@server/share/path/
>
> Or better, use a properties file so you can also fiddle with signing
> properties. See the documentation on setting properties.
>
> Mike
>
> --
> Michael B Allen
> PHP Extension for SSO w/ Windows Group Authorization
> http://www.ioplex.com/
>
-------------- next part --------------
HTML attachment scrubbed and removed


More information about the jcifs mailing list