I hope this is not too basic, I have searched the archives for examples of
a RedHat 7.3 install with no luck.

Can someone help me with the use of the Radius Authentication PAM module
for RedHat 7.3, I want to have the server use an existing Cisco Secure
Radius service to authentcate SSH /console logins.

What I have found is that RedHat 7.3 (or all 7.x) breaks out the PAM auth
files into seperate files rather than one pam.conf file. I am not sure
which ones in the /etc/pam.d folder I need to include the



Copy 'pam_radius_auth.so' to /lib/security/pam_radius_auth.so

In the per-application configuration (/etc/pam.d/application) add:

auth       required     /lib/security/pam_securetty.so
auth       sufficient   /lib/security/pam_radius_auth.so
auth       required     /lib/security/pam_unix_auth.so


And when it comes to configuring the radius client to use my RADIUS server
in the pam_radius_auth file in /etc/raddb/server (RedHat 7.3 doesn't have
that path.)

Basically I think I understand a bit of what is needed, I am just not sure
how to apply it for this variant of Linux.

Thanks for any config help,

Nick



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to