Le Jeu 19 octobre 2006 09:38, [EMAIL PROTECTED] a écrit : > > Now, my configuration on Linux works fine. I use this parameters > > > export JAVA_OPTS="-Djcifs.netbios.laddr=10.83.199.143 > -Djcifs.smb.client.laddr=10.83.198.56" > > > and CAS verify my password to connect at this address //10.83.199.143/$IPC > via SMB (port 135). But I believe that the > authentication is not a kerberos authentication. Can you confirm my > impression? > > > Vincent Jaulin
If you need those parameters I guess that means you are using NTLM and not a Kerberos Authentication. Turn your log to DEBUG on the SPNEGO Handler. You will be able to see the token send by the client. If you read NTLMSSP in this token, this has to be an NTLM authentication. Arnaud Lesueur _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
