22 Sep
2005
22 Sep
'05
8:21 p.m.
"Vishwanath Srikant Pattanshetti" <vspattanshetti@airvananet.com> wrote:
I want to use radius to authenticate user's unix login for telnet. For this I have put in the rlm_pam-1.0.4.so in /usr/lib/security directory. Following entry is made in /etc/pam.conf: telnet auth required rlm_pam-1.0.4.so
That WILL NOT WORK. You need the "pam_radius" module. See http://www.freeradius.org, one the "related projects" page. Alan DeKok.