2 Jul
2020
2 Jul
'20
5:26 p.m.
On Jul 2, 2020, at 5:02 PM, Marcelito de Guzman <marzzz21@gmail.com> wrote:
My freeradius server is able to connect to the kerberos server. I can obtain a ticket via 'kinit'. However, I can't seem to authenticate users. I'm getting an error: `krb5: ERROR: Error verifying credentials (13): Permission denied` Is there any other setup I need to make? What factors are plausibly causing the error?
That error is coming from the Kerberos library or server. So you'll have to debug that. Maybe FreeRADIUS doesn't have permission to read /etc/krb5.keytab ? Alan DeKok.