Hi All I hope you can help I’m net in the freeradius world and I’m trying to use freeradius as an authentication server for ssh sessions i have the following setup: client --> server (useing pam) --> radius server Under /etc/pam.d I have sshd with the following: # auth required pam_stack.so service auth required pam_radius_auth.so #auth required pam_nologin.soetc #account required pam_stack.so service=system-auth account required pam_radius_auth.so password required pam_stack.so service=system-auth session required pam_stack.so service=system-auth session required pam_limits.so session optional pam_console.so …………. under /etc/raddb server <radius server ip> testing123 3 On the client I have the radius server config file Radius server config files: users see the attach Can you please send me an example files foe the radius server or which files need to be change and which params are importuned for my setup Thanks in advance please be advice that the only wat for me to login is to have an entry in the server which i want to skip Zion
Hi,
#account required pam_stack.so service=system-auth account required pam_radius_auth.so
pam_radius_auth doesn't handle accounting. Use a dummy here; I'm not exactly sure how the module is called. THere should be some pam_null.so or pam_ignore.so on your system. Stefan -- Stefan WINTER Stiftung RESTENA - Réseau Téléinformatique de l'Education Nationale et de la Recherche Ingenieur Forschung & Entwicklung 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg E-Mail: stefan.winter@restena.lu Tel.: +352 424409-1 http://www.restena.lu Fax: +352 422473
participants (2)
-
Stefan Winter -
Zion