Re: configure radius to write detailed log to multiple files

2010-12-02 Thread kabilius smith
Great, thank you both. I will give it a try right now. On Wed, Dec 1, 2010 at 1:12 PM, Alan Buxey a.l.m.bu...@lboro.ac.uk wrote: Hi, to add a second detail module, simply copy the first one and add a name to it ie the first detail file will have something like this... detail { blah

configure radius to write detailed log to multiple files

2010-11-16 Thread kabilius smith
Hi all, In my radiusd.conf I have the following detail { detailfile = c:/testfolder/testfile.log detailperm = 0777 } This will write the detail records to testfile.log in c:\testfolder. Is there a way to configure the radius server to write to a second log file? I tried to

Re: queue radius message when resource is in use

2010-09-18 Thread kabilius smith
Hi Alan, If your program can't wait that long to access the data, use a database. I think that will solve my problem. Thank you for the helpful answers. Alex On Fri, Sep 17, 2010 at 10:50 PM, Alan DeKok al...@deployingradius.comwrote: kabilius smith wrote: I have configured the FreeRadius

queue radius message when resource is in use

2010-09-17 Thread kabilius smith
Hi all, Happy Friday! Radius version: 1.1.7-r0.0.2 Here is my problem: I have configured the FreeRadius server to write to a file c:\test.log, and one of our programs reads contents from c:\ test.log as well. When our program is reading c:\ test.log, we open it with “deny write”