Re: Bug in Kerberos JDK 1.4.2 / Windows XP ?

2004-06-18 Thread Seema Malkani
PROTECTED]). Thanks, Claude -Original Message- From: Jeffrey Altman [mailto:[EMAIL PROTECTED] Sent: Monday, June 07, 2004 4:29 PM To: [EMAIL PROTECTED] Subject: Re: Bug in Kerberos JDK 1.4.2 / Windows XP ? I believe that you are running into the problem of authenticating as the name the user

Re: Bug in Kerberos JDK 1.4.2 / Windows XP ?

2004-06-09 Thread Henry B. Hotz
: Monday, June 07, 2004 4:29 PM To: [EMAIL PROTECTED] Subject: Re: Bug in Kerberos JDK 1.4.2 / Windows XP ? I believe that you are running into the problem of authenticating as the name the user logged in with. Remember that Windows tries to be case insensitive whereas Kerberos is case sensitive. You must

RE: Bug in Kerberos JDK 1.4.2 / Windows XP ?

2004-06-08 Thread Rouiller Claude
]). Thanks, Claude -Original Message- From: Jeffrey Altman [mailto:[EMAIL PROTECTED] Sent: Monday, June 07, 2004 4:29 PM To: [EMAIL PROTECTED] Subject: Re: Bug in Kerberos JDK 1.4.2 / Windows XP ? I believe that you are running into the problem of authenticating as the name the user

Bug in Kerberos JDK 1.4.2 / Windows XP ?

2004-06-07 Thread Rouiller Claude
Isn't there a problem with the case (upper case / down case) of the service principal names of the tickets placed in the JAAS subject? Or maybe the problem is in Windows XP? I've described the problem in http://forum.java.sun.com/thread.jsp?forum=60thread=528692tstart=0trange= 15

Re: Bug in Kerberos JDK 1.4.2 / Windows XP ?

2004-06-07 Thread Jeffrey Altman
I believe that you are running into the problem of authenticating as the name the user logged in with. Remember that Windows tries to be case insensitive whereas Kerberos is case sensitive. You must log into Windows using the name [EMAIL PROTECTED] instead of [EMAIL PROTECTED]