Deepti kulkarni wrote:
I am running Freeradius Server version 2.1.10 on a debian machine (64 bit). I have a debian client (using pam_radius_auth) for authentication and accounting. My client can authenticate into the the radius server, however, I dont see any accounting being done.
Read the FAQ. This is answered there.
Is there any configuration required for the pam_radius_auth.so?
Like what? The PAM module has documentation. Do you have a specific question?
Also on the freeradius server, I uncommented a line from acct_users -
# Replace the User-Name with the Stripped-User-Name, if it exists. # DEFAULT User-Name := "%{Stripped-User-Name:-%{User-Name}}"
No, that doesn't do what you want. Delete that. It's not necessary. The server already does the right thing. Alan DeKok.