Hello,<div><br></div><div>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.</div><div><br></div><div>1 - Added radiusd to /etc/pam.d which contains -</div>
<div>@include common-auth</div><div>@include common-account</div><div>@include common-password</div><div>@include common-session</div><div> </div><div><br></div><div>2 - Added following line to /etc/pam.d/common_auth</div>
<div>auth sufficient pam_radius_auth.so</div><div><br></div><div>3 - Added following line to /etc/pam.d/common_account</div><div>account required pam_radius_auth.so</div><div><br></div><div>4- Added following line to /etc/pam.d/common_session</div>
<div>session required pam_radius_auth.so</div><div><br></div><div>5 - Added server-ip and secret key to /etc/pam_radius_auth.conf</div><div><br></div><div>Authentication 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.</div>
<div><br></div><div>Thanks</div><div><br></div>