Displaying 1 result from an estimated 1 matches for "pam_verbose_error".
2003 Jun 27
1
Problems with the pam_opieaccess PAM module
...ed.
FreeBSD 4.8-STABLE (BANZAI) #0: Thu Jun 5 23:39:01 CEST 2003
The 'pam_opieaccess: pam_sm_authenticate: Refused; remote host is
not in opieaccess' indicates that the pam module failed. But it did
let me log in. (brrrr)
src/lib/libpam/modules/pam_opieaccess/pam_opieaccess.c
...
PAM_VERBOSE_ERROR("Refused; remote host is not in opieaccess");
return (PAM_AUTH_ERR);
...
I'm not sure if this is a bug but the results may be very dangerous.
It looks like libpam does not stop the authentication process when
a 'requisite' module fails. I'm running 4.8-STABLE....