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
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to