[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
kinit fails
lukeh,
yes i have make installed the build
when ps -aux | grep kdc
user 30379 0.0 0.1 1140 412 pts/0 S 12:56 0:00 grep kdc
kinit: krb5_get_init_creds: unable to reach any KDC in realm MY.REALM
here are my krb5.conf settings
[[libdefaults]
default_realm = MY.REALM
clockskew = 300
v4_instance_resolve = false
# v4_name_convert = {
# host = {
# rcmd = host
# ftp = ftp
# }
# plain = {
# something = something-else
# }
# }
[realms]
MY.REALM = {
kdc =cs1.hyd.choice-solutions.com
}
[logging]
kdc=/home/user/heimdal-new/kdc.log
admin_server=/home/user/heimdal-new/admin.log
default=/home/user/heimdal-new/default.log
[kdc]
database={
dbname=ldap:ou=Principals,o=org-name,c=INDIA
mkey_file=/var/heimdal/m-key
}
one more interesting thing is that i kinit is located in 2 locations that is in /kuser/kinit and /bin/kinit
sam is the case with kdc
which is in heimdal4d/kdc/kdc and in libexec/kdc
i used both ,but in vain
no logs are created though
any clues?
don