[14594] in Kerberos
Re: kadmind: Cannot set GSS-API authentication names.
daemon@ATHENA.MIT.EDU (Sri Gundavelli)
Mon Jun 25 21:45:17 2001
From: Sri Gundavelli <sgundave@cisco.com>
Date: Mon, 25 Jun 2001 18:42:44 -0700
Message-ID: <3B37E894.33E00DB2@cisco.com>
To: kerberos@MIT.EDU
You need to generate the keytab file for the kadmind. I had the same
problem and I had to debug the kadmind sources to identify the problem.
kadmin.local:
ktadd -k /usr/var/krb5kdc/kadm5.keytab kadmin/admin kadmin/changepw
This generates the keytab file in the location where the kerberos
database is located and when you start kadmind, it will be able to make
the gss_acquire_cred successfully.
Sri/
Kevin Adams wrote:
> Hi,
>
> I get the following error when I try and start kadmind:
>
> kadmind: Cannot set GSS-API authentication names.
>
> Any ideas?
>
> --
> Kevin Adams