configure radius to write detailed log to multiple files
Johan Meiring
jmeiring at pcservices.co.za
Wed Dec 1 21:29:18 CET 2010
On 2010/12/01 09:05 PM, kabilius smith wrote:
> Hi Alan,
> I tried adding another "detail" module like the following:
> detail
> {
> detailfile = c:/testfolder/testfile.log
> detailperm = 0777
> }
> detail
> {
> detailfile = c:/testfolder/testfile1.log
> detailperm = 0777
> }
>
Do the following:
detail mydetail1
{
detailfile = c:/testfolder/testfile.log
detailperm = 0777
}
detail mydetail2
{
detailfile = c:/testfolder/testfile1.log
detailperm = 0777
}
Then in authorisation/accounting instead of listing "detail" list
"mydetail1" and "mydetail2"
i.e.
When configuring more than one of the same "module type", name them and
refer to them by name.
Hope that makes sense.
--
Johan Meiring
Cape PC Services CC
Tel: (021) 883-8271
Fax: (021) 886-7782
More information about the Freeradius-Users
mailing list