This is a discussion on Kreberos module config within the FreeRADIUS Users forums, part of the Networking and Network Related category; Hello all, I was just looking through the Kerberos code in rlm_krb5.c, and I found this little code snippet: ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |