Oliver Graf <[EMAIL PROTECTED]> wrote: > Yep, the PAP module is sort of useless. Don't forget to check rlm_unix > which also does crypts. rlm_unix should work like rlm_sql: just fetch > data, so that some other module (rlm_pap) can authenticate it. Or am I > wrong?
rlm_unix should ONLY do getpwent() and possibly crypt(), but not necessarily crypt(). All of it's hacks as to caching /etc/passwd should go away, once we verify that rlm_passwd does the same thing. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
