RE: Restrict Password from detail file , accounting
Thanks....I am running 1.0.1.... Scott ... -----Original Message----- From: freeradius-users-bounces+scott.1.ellis=lmco.com@lists.freeradius.org [mailto:freeradius-users-bounces+scott.1.ellis=lmco.com@lists.freeradius .org] On Behalf Of A.L.M.Buxey@lboro.ac.uk Sent: Thursday, January 11, 2007 1:17 PM To: FreeRadius users mailing list Subject: Re: Restrict Password from detail file , accounting Hi,
Do you know what version was the first to introduce this feature?
1.1.2 Feature improvements * Allow tagged VSA's for Juniper. Closes bugs #367 and #368. * Allow Ascend "abinary" format to be specified as octets, (e.g. Ascend-Data-Filter = 0x010203...) * Added "cipher_list" configuration to the EAP-TLS module. See "eap.conf" and "man 1 cipher" for details. * Added "check_cert_issuer" configuration to the EAP-TLS module. See "eap.conf" for details. (closes: #346) * Added "suppress" configuration entry to rlm_detail, to suppress certain attributes (e.g. User-Password). This closes bug #359. * More dictionary updates * Write SSL errors to log file, rather than stderr. This closes bug #347. * Allow a core dump on uid change on Linux (closes: #361)
Is there any other solution for the older versions?
not that i can think of straight off-hand,. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
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
participants (2)
-
Alan DeKok -
Ellis, Scott 1 (N-Comptel Inc.)