Sorry, one question so I don't lock myself out... This is my sshd file,
where do I paste the

auth       sufficient   /lib/security/pam_radius_auth.so


#%PAM-1.0
auth       required     /lib/security/pam_stack.so service=system-auth
auth       required     /lib/security/pam_nologin.so
account    required     /lib/security/pam_stack.so service=system-auth
password   required     /lib/security/pam_stack.so service=system-auth
session    required     /lib/security/pam_stack.so service=system-auth
session    required     /lib/security/pam_limits.so
session    optional     /lib/security/pam_console.so






                                                                                       
                                                            
                    Joe Lewis                                                          
                                                            
                    <[EMAIL PROTECTED]>        To:     
[EMAIL PROTECTED]                                                  
                    Sent by:                            cc:                            
                                                            
                    freeradius-users-admin@lists.       Subject:     Re: RedHat 7.3 as 
Radius Client                                               
                    cistron.nl                                                         
                                                            
                                                                                       
                                                            
                                                                                       
                                                            
                    09/04/2002 03:05 PM                                                
                                                            
                    Please respond to                                                  
                                                            
                    freeradius-users                                                   
                                                            
                                                                                       
                                                            
                                                                                       
                                                            




/etc/pam.d/ssh
/etc/pam.d/login
/etc/pam.d/telnetd

NOTE : pam_radius does NOT alleviate the need for the /etc/passwd file.
  pam_radius does not implement the pam_sm_setcred function to set the
user id, group id, and other things.  But, you can set a default_user in
the configuration (but everyone not in the /etc/passwd will be
default_user, so use with caution.)

For you others, if there is an implementation out there that doesn't use
the /etc/passwd, let me know.

Joe

[EMAIL PROTECTED] wrote:

>
>
> 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
>
>
>



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





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

Reply via email to