30 Jun
2020
30 Jun
'20
8:41 a.m.
On Jun 30, 2020, at 8:34 AM, Marcelito de Guzman <marzzz21@gmail.com> wrote:
Hi Alan,
I tried adding the things you recommended:
Ok...
authenticate { Auth-Type Kerberos { krb5 }
Why? This is the cause of the error.
But I'm getting the error when running 'radiusd -X':
Yes, it's telling you what's wrong.
/etc/raddb/sites-enabled/default[90]: Unknown or invalid value "krb5" for attribute Auth-Type
Yes. there's not "Auth-Type krb5" defined.
/etc/raddb/sites-enabled/default[89]: Failed to parse "update" subsection. /etc/raddb/sites-enabled/default[53]: Errors parsing authorize section.
Line 90 is: Auth-Type := krb5
Yes. Which is it? Auth-Type Kerberos, or Auth-Type krb5? Pick one, and use it everywhere. Alan DeKok.