beros code in the macos port? It looks
like something is missing.
Thanks
jeannette
Begin forwarded message:
*From: *Weijun Wangmailto:[email protected]>
<mailto:[email protected]>>
*Subject: **Some Mac JDK codes not open sourced (was Fwd: Re:
Kerberos codes in Apple's J
t;>>>>>>>>
>>>>>>>>>
>>>>>>>>> The difference between JDK6 and JDK7 is that in JDK6 we do not compile
>>>>>>>>> the SCDynamicStore code. But since SCDynamicStore does not use any
;>>> the SCDynamicStore code. But since SCDynamicStore does not use any new
>>>>>>>> API, we compile it both on Lion and SnowLeopard on JDK7 and we only
>>>>>>>> load
>>>>>>>> the SCDynamicStore code on Lion (we check at runtime f
gt;> the SCDynamicStore code on Lion (we check at runtime for os version).
>>>>>>>> We
>>>>>>>> don't rely on any OS provided constants, I don't think there are any,
>>>>>>>> we
>>>&g
until now. (see
forwarded mail thread)
Do we have a project/product manager that can talk to someone
inside Apple on this?
In my opinion, these are not sensitive codes that they cannot open
source.
Thanks
Max
Original Message
Subject: Re: Kerberos codes in Apple's Java
Da
Hi Bino
2. Reading native memory-based credentials cache into Credentials objects
I don't think we do this in JDK6 either.
I just tried OS X's builtin kinit and klist command:
$ kinit dummy
Please enter the password for [email protected]:
$ klist
Kerberos 5 ticket cache: 'API:Initial defaul
On Oct 14, 2011, at 5:50 PM, Bino George wrote:
> Hi Max,
>
>> 1. Looking for krb5.conf at /Library/Preferences/edu.mit.Kerberos
>
> I filed http://java.net/jira/browse/MACOSX_PORT-566 which tracks this
> feature. This should be fairly straight forward to port it from JDK6. We
> fixed JDK6 in
Hi Max,
> 1. Looking for krb5.conf at /Library/Preferences/edu.mit.Kerberos
I filed http://java.net/jira/browse/MACOSX_PORT-566 which tracks this feature.
This should be fairly straight forward to port it from JDK6. We fixed JDK6 in
Lion to also read the Kerberos config from SCDynamicStore as