On Mon, Apr 22, 2013 at 02:46:06PM -0700, Ray Vand wrote: > > # kinit -k sapldap/ads.company....@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....@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 ________________________________________________ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos