12 Mar
2007
12 Mar
'07
12:45 p.m.
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@counterexample.org