<div dir="ltr">Hello All,<div><br></div><div>I'm wondering if this is possible.  I currently have my Spacewalk server setup to use pam_radius_auth for SSH access, and a Freeradius server on the network.  All my admins SSH into the various servers using this method, and it's common practice.  I also have other web applications on other servers using mod_auth_xradius to authentication to Apache(HTTPD) web applications.  I was trying to figure out a way to get one of these same methods to work with the Spacewalk authentication.</div><div><br></div><div>After some research:<br><a href="https://access.redhat.com/documentation/en-US/Red_Hat_Network_Satellite/5.5/html/Installation_Guide/sect-Installation_Guide-Maintenance-Implementing_PAM_Authentication.html">https://access.redhat.com/documentation/en-US/Red_Hat_Network_Satellite/5.5/html/Installation_Guide/sect-Installation_Guide-Maintenance-Implementing_PAM_Authentication.html</a><br>...and some trial and error, I've been unable to get this to work.  I was hoping to simply alter the /etc/pam.d/rhn-satellite file with something similar that exists in my /etc/pam.d/sshd file.  The current test looks like this:<br><div># cat /etc/pam.d/rhn-satellite</div><div>auth            required         pam_env.so</div><div>auth            sufficient       pam_radius_auth.so no_user_check</div><div>auth            required         pam_deny.so</div><div>account         required         pam_radius_auth.so no_user_check<br><br>I've tried other variations, but nothing seems to talk back to my Freeradius server.</div></div><div><br></div><div>Does anybody else have this working?  Or, is this a lost cause and will never work?</div><div><br></div><div>Thanks for your time,</div><div>Danny</div></div>