After my LFS-installation I've got some problems with heimdal when I follow the heimdal-0.7-guide in BLFS 6.1.
They say that I should run "kinit [loginname]", so I "ran kinit root".
But when I do this, I've got this:
Code:
@snorken : /[~] $ kinit root
root@MINE.NU's Password:
kinit: krb5_get_init_creds: unable to reach any KDC in realm MINE.NU
@snorken : /[~] $
MINE.NU is my domain that I typed in /etc/heimdal/krb5.conf.
My krb5.conf:
Code:
# Begin /etc/heimdal/krb5.conf
[libdefaults]
default_realm = MINE.NU
encrypt = true
[realms]
MINE.NU = {
kdc = snorken.mine.nu
admin_server = snorken.mine.nu
kpasswd_server = snorken.mine.nu
}
[domain_realm]
.mine.nu = MINE.NU
[logging]
kdc = FILE:/var/log/kdc.log
admin_server = FILE:/var/log/kadmin.log
default = FILE:/var/log/krb.log
# End /etc/heimdal/krb5.conf
My /etc/hosts if there's some help to find there:
Code:
# Begin /etc/hosts (network card version)
127.0.0.1 localhost
192.168.2.148 snorken.mine.nu snorken