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
[EMAIL PROTECTED]
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to