Chee Leong Dew schrieb:
Hi team,

I have installed Kerberos V5 on Linux 7.2 and is running ok.I used kinit
   :

[EMAIL PROTECTED] sbin] kinit root/admin
Password for root/[EMAIL PROTECTED]:
[EMAIL PROTECTED] sbin]

But it seems like nothig is added to my /etc/krb5.keytab
That is correct, in /etc/krb5.keytab are the keys for the service-prinicpals stored.
The Credentials, ore the TGT for the user is stored somewhere under /tmp/krbccache or something like this.


So you only use /etc/krb5.conf if you want to store the secret key of a principal which you want to use instead of a password.

Klaas

I try anothe way. But ..When I run kinit command , i get such error :


[EMAIL PROTECTED] sbin]# kinit -k -t /etc/krb5.keytab
root/[EMAIL PROTECTED]
kinit(v5): Password incorrect while getting initial credentials

Before I used kinit, I used klist to list the principal :

[EMAIL PROTECTED] sbin]# klist -k /etc/krb5.keytab
Keytab name: FILE:/etc/krb5.keytab
KVNO Principal
-----------------------------------------------------------------------------
   2 root/[EMAIL PROTECTED]
   2 root/[EMAIL PROTECTED]

How to solve this problem ? ?

Regards,CheeLeong


________________________________________________ Kerberos mailing list [EMAIL PROTECTED] https://mailman.mit.edu/mailman/listinfo/kerberos



________________________________________________
Kerberos mailing list           [EMAIL PROTECTED]
https://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to