Home
last modified time | relevance | path

Searched refs:template_user (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libpam/modules/pam_tacplus/
H A Dpam_tacplus.c113 const char *conf_file, *template_user; in pam_sm_authenticate() local
116 template_user = openpam_get_option(pamh, PAM_OPT_TEMPLATE_USER); in pam_sm_authenticate()
176 if (template_user != NULL) { in pam_sm_authenticate()
181 template_user); in pam_sm_authenticate()
195 template_user); in pam_sm_authenticate()
/freebsd/lib/libpam/modules/pam_radius/
H A Dpam_radius.c300 const char *conf_file, *template_user, *nas_id, *nas_ipaddr; in pam_sm_authenticate() local
305 template_user = openpam_get_option(pamh, PAM_OPT_TEMPLATE_USER); in pam_sm_authenticate()
354 if (template_user != NULL) { in pam_sm_authenticate()
357 template_user); in pam_sm_authenticate()
370 template_user); in pam_sm_authenticate()