2

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]
Chaos
  • 11,213
  • 14
  • 42
  • 69
nat
  • 557
  • 2
  • 11
  • 25

4 Answers4

4

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
YakovL
  • 7,557
  • 12
  • 62
  • 102
mihai maier
  • 73
  • 2
  • 11
0

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

Xinran Yu
  • 1
  • 2
0

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

[libdefaults]
default_realm = EXAMPLE.COM
pyOwner
  • 612
  • 5
  • 11
-1

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