I tray and I have this: [EMAIL PROTECTED]:~$ kinit -k host/[EMAIL PROTECTED] kinit(v5): Permission denied while getting initial credentials [EMAIL PROTECTED]:~$ sudo kinit -k host/[EMAIL PROTECTED] [EMAIL PROTECTED]:~$
is ok? but I'd a reply about telnet is correct like it work???? Kevin Coffman wrote: > > On 2/13/07, LukePet <[EMAIL PROTECTED]> wrote: >> >> Then....I have deleted the krb5.keytab file >> >> after I have exect this istructions: >> [EMAIL PROTECTED]:~$ sudo kadmin -p krbadm/admin >> kadmin: ktadd -k /etc/krb5.keytab host/lukesky.epiluke.it >> >> now I have this situation: >> [EMAIL PROTECTED]:~$ sudo klist -kte >> Keytab name: FILE:/etc/krb5.keytab >> KVNO Timestamp Principal >> ---- ----------------- >> -------------------------------------------------------- >> 3 02/13/07 09:56:24 host/[EMAIL PROTECTED] (Triple DES cbc >> mode with HMAC/sha1) >> 3 02/13/07 09:56:24 host/[EMAIL PROTECTED] (DES cbc mode >> with >> CRC-32) >> >> but It is still wrong..... >> [EMAIL PROTECTED]:~$ kinit -kt host/[EMAIL PROTECTED] >> kinit(v5): Client not found in Kerberos database while getting initial >> credentials >> >> or >> >> [EMAIL PROTECTED]:~$ kinit -k host/[EMAIL PROTECTED] >> kinit(v5): Permission denied while getting initial credentials > > This was the closest to being correct. You did "sudo klist -kte" > above to read the keytab. You must be root to read it here as well. > So you'd need to do "sudo kinit -k host/[EMAIL PROTECTED]" > ________________________________________________ > Kerberos mailing list [email protected] > https://mailman.mit.edu/mailman/listinfo/kerberos > > -- View this message in context: http://www.nabble.com/Problem-with-Kerberos-Service-tf3189386.html#a8945653 Sent from the Kerberos - General mailing list archive at Nabble.com. ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
