Kreberos module config

John T. Guthrie guthrie at counterexample.org
Mon Mar 12 17:45:21 CET 2007


Hello all,

I was just looking through the Kerberos code in rlm_krb5.c, and I found
this little code snippet:

static CONF_PARSER module_config[] = {
        { "keytab", PW_TYPE_STRING_PTR,
          offsetof(rlm_krb5_t,keytab), NULL, NULL },
        { "service_principal", PW_TYPE_STRING_PTR,
          offsetof(rlm_krb5_t,service_princ), NULL, NULL },
        { NULL, -1, 0, NULL, NULL }
};

Does this mean that the kerberos module can be configured with both a
keytab and a service principal?  (In which case, is the default service
principal the string "host"?)

Thanks.

-- 
John Guthrie
guthrie at counterexample.org



More information about the Freeradius-Users mailing list