kinit admin; unable to find rrealm using v 7.1
Ted Creedon <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.heimdal.general |
|---|---|
| Message-ID | <MWHPR14MB1263F7A82E3A811A4BA655C1A47C0@MWHPR14MB1263.namprd14.prod.outlook.com> |
kinit admin
unable to find rrealm host ookpik
strace yields:
==================================
open("/usr/heimdal/bin/krb5-config --libs --deps", O_RDONLY) = -1 ENOENT (No such file or directory)
futex(0x7f2bb85b9860, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/usr/heimdal/lib64/../lib/plugin/krb5", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
futex(0x7f2bb98e48a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f2bb9434144, FUTEX_WAKE_PRIVATE, 2147483647) = 0
uname({sysname="Linux", nodename="ookpik", ...}) = 0
write(2, "kinit: ", 7) = 7
write(2, "krb5_parse_name_flags: unable to find realm of host ookpik", 58) = 58
write(2, "\n", 1) = 1
exit_group(1) = ?
+++ exited with 1 +++
however:
-rwxr-xr-x 1 root root 6924 Dec 31 22:59 /usr/heimdal/bin/krb5-config*
and:
ls: cannot access '/usr/heimdal/lib64/../lib/plugin/krb5': No such file or directory