If I dont configure step 4, I am not locked out on the client.
Hello,I have a debian machine that acts as RADIUS client talking with the Freeradius server. I have configured PAM on the client, so made following changes.1 - Added radiusd to /etc/pam.d which contains -@include common-auth@include common-account@include common-password@include common-session2 - Added following line to /etc/pam.d/common_authauth sufficient pam_radius_auth.so3 - Added following line to /etc/pam.d/common_accountaccount required pam_radius_auth.so4- Added following line to /etc/pam.d/common_sessionsession required pam_radius_auth.so5 - Added server-ip and secret key to /etc/pam_radius_auth.confAuthentication and accounting works fine after I configure the above on the client. As soon as I reboot client, login fails with error - "cannot make/remove an entry for the specified session". Cannot login into the client.Thanks