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
