On Mon, 22 Apr 2013, Ray Vand wrote:

> But when I try it with -k option, I am still getting error.
>
>
> # kinit -k -t /etc/krb5/krb5.keytab
> kinit(v5): Client not found in Kerberos database while getting initial 
> credentials

The default behavior for 'kinit -k' is to try to get credentials for 
host/<hostname> -- you still need to specify the principal name on the 
commmand line (as you did originally):
kinit -k -t /etc/krb5/krb5.keytab sapldap/ads.company....@company.com

-Ben Kaduk
________________________________________________
Kerberos mailing list           Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to