Home
last modified time | relevance | path

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

/dports/www/mod_auth_pam2/mod_auth_pam/
H A Dmod_auth_pam.c176 #define compat_pam_strerror(pamh, res) pam_strerror(res) macro
178 #define compat_pam_strerror(pamh, res) pam_strerror(pamh, res) macro
351 compat_pam_strerror(pamh, res)); in pam_auth_basic_user()
371 "PAM: user '%s' - not authenticated: %s", r->user, compat_pam_strerror(pamh, res)); in pam_auth_basic_user()
388 "PAM: user '%s' - invalid account: %s", r->user, compat_pam_strerror(pamh, res)); in pam_auth_basic_user()