Le 09/06/15 16:10, Ed Brown a écrit :
> I solved the problem.
> I put a krb5.conf file in JAVA_HOME/jre/lib/security with the following:
>
> [libdefaults]
> default_realm = EXAMPLE.COM
>
> [realms]
> EXAMPLE.COM = {
> kdc = localhost:6088
> }
>
> [domain_realm]
> .example.com = EXAMPLE.COM
> example.com = EXAMPLE.COM
>
> [login]
> krb4_convert = true
> krb4_get_tickets = false
>
> =========
>
> I didn't see this in the documentation and found it using Google. I ignored
> it days ago because I thought it wasn't needed in this case.
Definitively needed in the doco. Can you create a JIRA for that ?
Thanks !