Hello,<div><br></div><div>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.</div>
<div>Attached is the radiusd -X output.</div><div><br></div><div>Is there any configuration required for the pam_radius_auth.so?</div><div>Also on the freeradius server, I uncommented a line from acct_users -</div><div><br>
</div><div><div>root@debian:/etc/freeradius# cat acct_users</div><div>#</div><div># $Id$</div><div>#</div><div># This is like the 'users' file, but it is processed only for</div><div># accounting packets.</div>
<div>#</div><div><br></div><div># Select between different accounting methods based for example on the</div><div># Realm, the Huntgroup-Name or any combinaison of the attribute/value</div><div># pairs contained in an accounting packet.</div>
<div>#</div><div>#DEFAULT Realm == "<a href="http://foo.net">foo.net</a>", Acct-Type := sql_log.foo</div><div>#</div><div>#DEFAULT Huntgroup-Name == "wifi", Acct-Type := sql_log.wifi</div><div>#</div><div>
#DEFAULT Client-IP-Address == 10.0.0.1, Acct-Type := sql_log.other</div><div>#</div><div>#DEFAULT Acct-Status-Type == Start, Acct-Type := sql_log.start</div><div><br></div><div># Replace the User-Name with the Stripped-User-Name, if it exists.</div>
<div>#</div><div>DEFAULT</div><div> User-Name := "%{Stripped-User-Name:-%{User-Name}}"</div><div>root@debian:/etc/freeradius#</div></div><div><br></div><div>Thanks in advance.</div>