-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 1.4.1
-
Component/s: security-libs
-
b18
-
generic
-
generic
-
Verified
<--- Reported on java-security alias --->
Dear All,
The following fragment in krb5.conf
[realms]
INFINEON.COM =
{
kdc = kdc.infineon.com
}
is apparently causing a parsing problem, giving the following exception:
Cannot get kdc for realm INFINEON.COM
(Tested with JDK 1.5.0_04 and 1.6.0-ea-b49.)
However, if I place the opening curly brace on the same line with
"INFINEON.COM =" everything is OK.
[realms]
INFINEON.COM = {
kdc = kdc.infineon.com
}
I would consider this to be a small bug and would like to ask for a fix.
Thank you and best regards,
Marc Lehmann
Dear All,
The following fragment in krb5.conf
[realms]
INFINEON.COM =
{
kdc = kdc.infineon.com
}
is apparently causing a parsing problem, giving the following exception:
Cannot get kdc for realm INFINEON.COM
(Tested with JDK 1.5.0_04 and 1.6.0-ea-b49.)
However, if I place the opening curly brace on the same line with
"INFINEON.COM =" everything is OK.
[realms]
INFINEON.COM = {
kdc = kdc.infineon.com
}
I would consider this to be a small bug and would like to ask for a fix.
Thank you and best regards,
Marc Lehmann