[EXTERNAL] Re: Issue with Kerberos setting in Sun Solaris 10

Will Fiveash will.fiveash at oracle.com
Mon Apr 22 19:11:46 EDT 2013


On Mon, Apr 22, 2013 at 02:46:06PM -0700, Ray Vand wrote:
> 
> # kinit -k sapldap/ads.company.com at COMPANY.COM
> kinit(v5): Key table entry not found while getting initial credentials

What does "type kinit" output?  If you are using /usr/bin/kinit then you
are running native Solaris krb.  If you want to use MIT krb you need to
make sure you have the directory where the MIT krb utilities are
installed ahead of /usr/bin and /usr/sbin in your PATH.

If you want to know what files kinit is opening run:

/usr/bin/truss -t open kinit -k sapldap/ads.company.com at COMPANY.COM

That will show you what krb5.conf and what krb5.keytab kinit is trying
to open.  See the truss man page for more details on truss.

-- 
Will Fiveash
Oracle Solaris Software Engineer


More information about the Kerberos mailing list