Hi Vincent, Have you set the 'use DES encryption' checkbox on the user account option (you'll have to reset its password after)? I have discovered some configuration hints regarding the current tutorial. 1)much of the krb5.conf stuff is optional (ie to use kinit tool). Have you manage to use your keytab to get some tickets? try kinit -k -t your.keytab HTTP/[EMAIL PROTECTED] 2) depending on your cas environment, the sun kerberos login module would not be able to find/use the keytab in the current configuration. Add the following option to login.conf : useKeyTab=true, keyTab=your.keytab (the file your.keytab must be in the home directory of the user that launch the cas JVM).
Hope this helps... MAG http://java.sun.com/j2se/1.5.0/docs/guide/security/jgss/tutorials/Troubleshooting.html MAG On 11/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi, I have installed the same configuration on two networks and on windows platforms: Network A: I get a NTLM authentication Network B: I get a Kerberos authentication Why? Maybe strategy account... I have a second problem. On the Network B, I have an error: KDC has no support for encryption type (14) I would set the default_tkt_enctypes and default_tgs_enctypes values, but I don't find. Have you an idea? Best Regards Vincent Jaulin _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
-- Best regards. Marc-Antoine Garrigue
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
