[jcifs] Unverifiable signature

Christensen, Scott M SCHRIST1 at amfam.com
Fri Feb 23 13:36:02 GMT 2007


If you're authenticating against a Windows 2003 server you need to
enable SMB signatures for preauthentication.

http://jcifs.samba.org/src/docs/ntlmhttpauth.html#signing




-----Original Message-----
From: jcifs-bounces+schrist1=amfam.com at lists.samba.org
[mailto:jcifs-bounces+schrist1=amfam.com at lists.samba.org] On Behalf Of
jey
Sent: Thursday, February 22, 2007 6:05 PM
To: jcifs at lists.samba.org
Subject: [jcifs] Unverifiable signature


I get an Unverifiable signature error several times, when i start the
web
application, then it starts to work. Any idea why this would happen?

my web.xml is very simple:

	<filter>
		<filter-name>NtlmHttpFilter</filter-name>
		<filter-class>jcifs.http.NtlmHttpFilter</filter-class>
		<init-param>
	
<param-name>jcifs.http.domainController</param-name>
			<param-value>K00102</param-value>
		</init-param>
		<init-param>
			<param-name>jcifs.smb.client.domain</param-name>
			<param-value>domain</param-value>
		</init-param>
		<init-param>
			<param-name>jcifs.util.loglevel</param-name>
			<param-value>4</param-value>
		</init-param>
	</filter>


here is the error:

HTTP Status 500 - 

type Exception report 
message 
description The server encountered an internal error () that prevented
it
from fulfilling this request. 
exception 
jcifs.smb.SmbException: Unverifiable signature: K00102/172.16.14.102 
        jcifs.smb.SmbTransport.send(SmbTransport.java:674) 
        jcifs.smb.SmbSession.sessionSetup(SmbSession.java:271) 
        jcifs.smb.SmbSession.send(SmbSession.java:228) 
        jcifs.smb.SmbTree.treeConnect(SmbTree.java:134) 
        jcifs.smb.SmbSession.logon(SmbSession.java:159) 
        jcifs.smb.SmbSession.logon(SmbSession.java:152) 
        jcifs.http.NtlmHttpFilter.doFilter(NtlmHttpFilter.java:155) 
note The full stack trace of the root cause is available in the Apache
Tomcat/5.0.28 logs. 

Apache Tomcat/5.0.28 

Any ideas?
-- 
View this message in context:
http://www.nabble.com/Unverifiable-signature-tf3276171.html#a9111124
Sent from the Samba - jcifs mailing list archive at Nabble.com.


More information about the jcifs mailing list