Re: Detail accounting by REalm

2010-07-01 Thread BELLIERE Eric
Message: 3 Date: Wed, 30 Jun 2010 16:47:45 +0200 From: Alan DeKok al...@deployingradius.com Subject: Re: Detail accounting by REalm To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Message-ID: 4c2b5911.8060...@deployingradius.com Content-Type: text/plain; charset

Re: Detail accounting by REalm

2010-07-01 Thread Alan DeKok
BELLIERE Eric wrote: But what you do you mean by You can use the Realm name in the detail filename. That's why the filename is configurable in the detail module.? What part of that is unclear? If I could say it another way, I would have said it another way. Do you know what I meant

Detail accounting by REalm

2010-06-30 Thread BELLIERE Eric
to specify the exact realm. Is it a way to configure a expression here? I would like to make an expression to replace abc.be and abcnet.be so only one line is nacessary (like realm == ~abc$) ? accounting { detail if ((realm == abc.be)||(realm == abcnet.be

Re: Detail accounting by REalm

2010-06-30 Thread Alan DeKok
BELLIERE Eric wrote: Now I am trying to make a file by realm proxyied. You can use the Realm name in the detail filename. That's why the filename is configurable in the detail module. I have try this and works but I need to specify the exact realm. Is it a way to configure a expression

Re: Detail accounting by REalm

2010-06-30 Thread Alan Buxey
Hi, I would like to make an expression to replace abc.be and abcnet.be so only one line is nacessary (like realm == ~abc$) ? regex stuff? (realm =~ /~abc[a-zA-Z_]+?\.be/i) ? alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html