Restrict Password from detail file , accounting

Alan DeKok aland at deployingradius.com
Thu Jan 11 19:44:48 CET 2007


Ellis, Scott 1 (N-Comptel Inc.) wrote:
> Thanks....I am running 1.0.1.... Scott ...  

  Do you really mean that the accounting "detail" file has passwords?
Why?  I've never seen that.

  If you mean the equivalent file for authentication records, stripping
the password is easy:

$ cat detail.auth | perl -ne 'print unless (/^\s+ User-Password/);' >
detail.stripped

  Or something like that...

  Alan DeKok.
--
  http://deployingradius.com       - The web site of the book
  http://deployingradius.com/blog/ - The blog



More information about the Freeradius-Users mailing list