Hello all, I try to set-up a linux server with radius authentification. I downloaded the pam_radius_auth from the freeradius.org site. I have set the /etc/pam.d/login file like this : [vic@ysaha pam.d]$ more login #%PAM-1.0 auth required /lib/security/pam_securetty.so auth sufficient /lib/security/pam_radius_auth.so auth required /lib/security/pam_pwdb.so shadow nullok auth required /lib/security/pam_nologin.so account required /lib/security/pam_pwdb.so password required /lib/security/pam_cracklib.so password required /lib/security/pam_pwdb.so nullok use_authtok md5 shadow session required /lib/security/pam_pwdb.so session optional /lib/security/pam_console.so In that case, only a radius account can log in (with an entry in /etc/passwd). All local accounts can not (like root... and i do not want root as a radius account). Is there a solution to handle local accounts and radius account on the same serveur ? Or my pam.d/login is not well configurated ? Thank in advance, Regards, Vincent Schultz