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


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to