Harry Rüter <harry_rueter@gmx.de> writes:
> Has someone an idea what's wrong with /etc/krb5.conf ?
Apparently the parser can't handle
[foo]
bar =
{
}
constructs
use
[foo]
bar = {
}
You can verify that your configuration file is correct with
verify_krb5_conf.
Love