Kerberos kadmin service error

2.1k views Asked by At

I need to setup kerberos security , but while running kadmin service i am getting following error.

service kadmin start
Starting Kerberos 5 Admin Server: kadmind: Cannot set GSS-API authentication names.[FAILED]
4

There are 4 answers

0
mihai maier On

Did you give it the exact filename and put it here the principals of the keytab?

ktadd -k /var/kerberos/krb5kdc/kadm5.keytab kadmin/admin kadmin/changepw
0
Xinran Yu On

Type kinit and then type the password for the current user to initiate the authentication.

0
ptriboll On

Facing same problem. It seems direct command "/usr/sbin/kadmind -P /var/run/kadmind.pid" runs well

0
pyOwner On

Check /etc/krb5.conf. Leave only default_realm in libdefaults and try again:

[libdefaults]
default_realm = EXAMPLE.COM