I would like to know is there any way to increase the debug level on PAM_RADIUS_AUTH module. I am having a hard time connect to the radius server which is running on Window 2000 server. Plus I am not sure if I got the pam login file correct in /etc/pam.d/login The OS I am running is RH ES WS v4.0 #%PAM-1.0 auth required /lib/security/pam_securetty.so auth sufficient /lib/security/pam_radius_auth.so debug auth required /lib/security/pam_unix_auth.so account required pam_stack.so service=system-auth password required pam_stack.so service=system-auth # pam_selinux.so close should be the first session rule session required pam_selinux.so close session required pam_stack.so service=system-auth session optional pam_console.so # pam_selinux.so open should be the last session rule session required pam_selinux.so multiple open __________________________ Puneet Talwar