Re: Auth-Type krb5 not recognized by v2.1.12
What you are doing is actually okay (its one of those exceptions where auth-type needs to be present as the server has no idea to use krb5). I wonder if your server has been built with kerberos support? alan -- This smartphone uses free WiFi around the world with eduroam, now that's what I call smart.
Quoting Alan Buxey <A.L.M.Buxey@lboro.ac.uk>:
... I wonder if your server has been built with kerberos support?
Indeed it has. The machine in question not only runs Freeradius, but also the Kerberos KDC, kadmin server and Kerberos client software. That all works, and it still works with Freeradius as long as I use 2.1.10 instead of 2.1.12. Cheers, Jaap
On 27/03/13 13:55, Jaap Winius wrote:
Quoting Alan Buxey <A.L.M.Buxey@lboro.ac.uk>:
... I wonder if your server has been built with kerberos support?
Indeed it has. The machine in question not only runs Freeradius, but also the Kerberos KDC, kadmin server and Kerberos client software. That all works, and it still works with Freeradius as long as I use 2.1.10 instead of 2.1.12.
That's not what Alan meant. Perhaps the FreeRADIUS rlm_krb5 didn't build properly? Anyway - rlm_krb5 doesn't register "krb5" or any other value as a valid Auth-Type. You need: authenticate { Auth-Type krb5 { krb5 } } ...for this: DEFAULT Auth-Type := krb5 ...to work. Do you have it? Are you sure the rlm_krb5 is building and loading properly?
participants (3)
-
Alan Buxey -
Jaap Winius -
Phil Mayers