I'd like to have radius auth be "required" unless radius is down... I've
been reading and apparently this can be done with PAM_IGNORE. At least on
Solaris I've read that PAM_IGNORE will ignore regardless of required,
sufficient, optional, etc...
I tried modifying the code with this:
if (!server) {
return PAM_IGNORE;
}
But it doesn't work, still authentication failed... and I'm not much of a
programmer to dive any deeper...
I'm testing on redhat 7.2, but would implement on rh7.0/7.2, solaris 7/8.
Is there a patch for this?
Thanks.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html