[jcifs] NlmHttpFilter Bugfix

Michael B Allen ioplex at gmail.com
Wed Nov 19 16:19:13 GMT 2008


On Wed, Nov 19, 2008 at 5:09 AM, Dirk Schnelle-Walka <schnelle at danet.de> wrote:
> Hi all,
>
> The jcifs.http.NlmHttpFilter has a small bug when it initializes.
> Since NTMLv2 is not supported, the configuration is set up using
>
>        Config.setProperty( "jcifs.smb.lmCompatibility", "0" );
>
> But it is also necessary to add
>
>        Config.setProperty( "jcifs.smb.client.useExtendedSecurity", "false" );
>
> Otherwise you will trap into some ugly NullPointerExceptions.

Whoops! Ok. Will do.

Thanks,
Mike

-- 
Michael B Allen
PHP Active Directory SPNEGO SSO
http://www.ioplex.com/


More information about the jcifs mailing list