Kerberos 5 (krb5)
The rlm_krb5
FreeRADIUS module enables the use of Kerberos 5 for
authentication.
Compilation issues
Configuration parameters
You can configure the module with the following parameters:
krb5 {
# Keytab containing the key used by rlm_krb5
keytab = /path/to/keytab
# Principal that is used by rlm_krb5
service_principal = radius/some.host.com
}
Make sure the keytab is readable by the user that is used to run
radiusd
and that your authorization configuration really uses
rlm_krb5
to do the authentication. You will need to add the
following to the authenticate
section of your radiusd.conf file:
Auth-Type Kerberos {
krb5
}