detail configuration file: how to save lines

Stefan A. a.freeradius at premit.de
Fri Sep 3 18:24:35 CEST 2010


I have a detail configuration file, which has several sections for different
files, to be handled by different listener

As the NASses are GGSNs, which are sending more than 40 attributes, I will
save space on HD and will remove unneeded attributes using suppress.
Do I have to put every attribute in every detail-x configuration area or is
there a kind of template to do this?

Thank you.


detail detail-2{
	detailfile = /var/log/acctopus/archive/2/detail.log
	detailperm = 0600
	dirperm = 0755
	locking = yes
	suppress {
		User-Password
		NAS-Port
		... some more
	}
}

detail detail-3{
	detailfile = /var/log/acctopus/archive/3/detail.log
	detailperm = 0600
	dirperm = 0755
	locking = yes
	suppress {
		User-Password
		NAS-Port
		... some more
	}
}

detail detail-3{
	detailfile = /var/log/acctopus/archive/3/detail.log
	detailperm = 0600
	dirperm = 0755
	locking = yes
	suppress {
		User-Password
		NAS-Port
		... some more
	}
}

Some more detail-x files....





Regards
Stefan





More information about the Freeradius-Users mailing list