Em Wed, Mar 13, 2002 at 04:44:50PM -0500, Josef Allen escreveu: > Everytime I try to run kinit I get the following error: > > kinit(v5): Client not found in Kerberos database while getting initial > credentials
kinit will use your login name + default realm (as defined in /etc/krb5.conf), unless you ask for a specific principal. Perhaps your login name in this machine where you are running kinit doesn't match the principal's name you want in the kerberos database. ________________________________________________ Kerberos mailing list [EMAIL PROTECTED] http://mailman.mit.edu/mailman/listinfo/kerberos
