Here's the scenario.<br><br>I'd like to make one username for all users having/sharing same service (e.g. users w/ service A all have username 'foo' with unique password for every user). Now, the problem arises with accounting, or, to be more precise, session reports that will be available for them to see and check their past sessions.
<br><br>Since accounting (SQL schema) is based on unique username, I cannot make the distinction between users. Also, I've noted (in past FR versions, though) that it was possible for log files, since FR logged passwords there?
<br><br><br>Thanks,<br>Marco<br><br><br>On 12/15/06, <b class="gmail_sendername">Thibault Le Meur</b> <<a href="mailto:Thibault.LeMeur@supelec.fr">Thibault.LeMeur@supelec.fr</a>> wrote:<div><span class="gmail_quote">
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><br>>>>Is there a way to insert password in radacct table?<br>>>>Changing SQL query to insert %{User-Password} has no effect.
<br><br>>>I don't think your NAS sends a User-Password attribute in the Accounting<br>>>Request. How do you want FR to know the User-Password attribute then ?<br><br>>I agree on that one; still no workaround?
<br><br>I don't understand what you're trying to do.<br>* If you want to record the user-password, why don't you record it at<br>Authentication time (see the postauth section) ?<br>* If you want to do this at during the Accounting process, you'll have do
<br>develop your own module to get the password that matches to the User-Login<br>from the Accounting request: you will have to query your internal backend to<br>get the user's password (if it is available in clear text, which is not
<br>certain).<br><br>Can you be more specific as to why you are trying to do this... because<br>there might be workarounds for this.<br><br>Thibault<br><br><br><br>-<br>List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html">
http://www.freeradius.org/list/users.html</a><br></blockquote></div><br>