** Changed in: krb5 (Ubuntu)
Status: Confirmed => Fix Released
--
Improper format of Kerberos configuration file
https://bugs.launchpad.net/bugs/159357
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
u
This is fixed in the 1.6.dfsg.3-1 Debian release:
* If krb5-config/default_realm isn't set, use EXAMPLE.COM as the realm
so that the kdc.conf will at least be syntactically valid (but will
still require editing). (Closes: #474741)
--
Improper format of Kerberos configuration file
http
Thanks for writing this up!
I think the package should notice this sort of problem with dnsdomainname and
ask for more help or fail.
Otherwise as you note the config file ends up with the invalid entry
[realms]
= {
...
instead of
[realms]
EXAMPLE.COM = {
...
or whatever.
** Cha
Of course, it's not until exactly 2 minutes after I submit the bug
report that I figure out the fix. I maintain that this is still a bug,
because the installation should have failed, but at least I have a
workaround now.
After noticing that dnsdomainname complained during the install, I
decided t