Re: Restrict Password from detail file , accounting



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




This archive was generated by a fusion of Pipermail (Mailman edition) and MHonArc.