ok
> [suffix] No '@' in User-Name = "Fnord", looking up realm NULL
> [suffix] No such realm "NULL"
> ++[suffix] returns noop
> ++[files] returns noop
> # Executing section accounting from file
> /etc/raddb/sites-enabled/default
> +- entering group ac
ounting {...}
[detail]expand:
/var/log/radius/radacct/%{Client-IP-Address}/detail-%Y%m%d ->
/var/log/radius/radacct/127.0.0.1/detail-20121001
[detail] /var/log/radius/radacct/%{Client-IP-Address}/detail-%Y%m%d
expands to /var/log/radius/radacct/127.0.0.1/detail-20121001
[detail]expand
ramakrishna wrote:
> I have read the originate-coa documentation and I am able to send the
> Disconnect Request without any problem.
That's good.
> But my query is I see that Accounting response is being sent before the
> Disconnect Request for a given request.
That's how it works.
> Is it
On Mon, Oct 1, 2012 at 9:14 PM, John Doe wrote:
> Yeah, so sorry if you do not understand me!!
>
> this's what i want
>
> Again, what does that mean? You want him to connect at most 15 minutes? You
> want to limit the next login to be AT LEAST 15 minutes from the last login?
Please learn english
John Doe wrote:
> Yeah, so sorry if you do not understand me!!
>
> this's what i want
>
> Again, what does that mean? You want him to connect at most 15 minutes? You
> want to limit the next login to be AT LEAST 15 minutes from the last login?
That's a series of questions. It's not a descrip
Hi Fajar.
I think you misunderstood my question, or maybe I was unclear...
I have not seen the author of the response so I though it was an user like
you and me posting and I just wanted to confirm the modification would
resolve my question before apply it.
Sorry but I'm also not reporting a bug
Am 20.09.2012 18:28, schrieb Phil Mayers:
> If you edit rlm_ldap.c around line 1231, and change:
>if (!radius_xlat(url, sizeof(url), fmt, request, func))
> ...to:
>if (!radius_xlat(url, sizeof(url), fmt, request, ldap_escape_func))
> ...this should work. I'll submit a one-liner.
I just up
Hi,
>Commenting the detail log parameters in raddb/sites-available/default.
>will stop logging?
why question the advice? especially when that advice has been given by the lead
developer of the software you are using. thats just madness and quite rude.
its like you are doubting the advice
Yeah, so sorry if you do not understand me!!
this's what i want
Again, what does that mean? You want him to connect at most 15 minutes? You
want to limit the next login to be AT LEAST 15 minutes from the last login?
It's posible to do it?
Thanks
--- El lun, 1/10/12, Fajar A. Nugraha escribi
On Mon, Oct 1, 2012 at 8:56 PM, Luis H. Forchesatto
wrote:
> Commenting the detail log parameters in raddb/sites-available/default. will
> stop logging?
>
Did you think the author of the software you're using would lie?
> Why upgrade to 2.2?
(1) whenever you're having problem and ask in open-so
John Doe wrote:
> i just asking if it's posible to do!!!
To do... what? You have tried very hard to say as little as possible
about what you're doing.
> Can you help me on this way?
Apparently not.
You need to take the effort to describe what you want. You need to
take the effort to des
On Mon, Oct 1, 2012 at 8:18 PM, John Doe wrote:
> really i am researching the mode to do it, i think it's posible to do with
> max-access-period-time , but i do not understand it very well.
Start by defining what you want. And learn to write english correctly.
It doesn't have to be perfect, jus
i just asking if it's posible to do!!!
Can you help me on this way?
Thanks again
Hermidio
--- El lun, 1/10/12, Alan DeKok escribió:
> De: Alan DeKok
> Asunto: Re: access-period-time
> Para: "FreeRadius users mailing list"
> Fecha: lunes, 1 de octubre, 2012 15:24
> John Doe wrote:
> > real
John Doe wrote:
> really i am researching the mode to do it, i think it's posible to do with
> max-access-period-time , but i do not understand it very well.
>
> Could somebody help me?
Learn to ask good questions. "I tried stuff and it didn't work".
That isn't a useful message.
Alan D
really i am researching the mode to do it, i think it's posible to do with
max-access-period-time , but i do not understand it very well.
Could somebody help me?
Thanks in advance
Hermidio
--- El dom, 30/9/12, Alan DeKok escribió:
> De: Alan DeKok
> Asunto: Re: access-period-time
> Para: "
Chitrang Srivastava wrote:
> It seems to be working , Just wanted to check with experts here , is
> this is the way to go ?
> or their is some other simpler way ?
If it works, it's fine.
Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Luis H. Forchesatto wrote:
> I got an radius service running on my server that stores detail account
> logs in files and to MySQL. Since this is redundant I would like do
> disable the detail log files. Searching through the internet I've found
> many questions about disabling detail log files but
Greetings experts.
I got an radius service running on my server that stores detail account
logs in files and to MySQL. Since this is redundant I would like do disable
the detail log files. Searching through the internet I've found many
questions about disabling detail log files but most people sai
Hi,
>sir when i send accounting request using ntradping radius does not gives
>this error, i there any kind on fault in my scrip..??
NTRadPING sends legal values. I have already given you the answer - fix your
PERL code
so that all legal required attributes are in your accounting packe
On Mon, Oct 1, 2012 at 5:02 PM, QASIM RAO wrote:
> sir when i send accounting request using ntradping radius does not gives
> this error, i there any kind on fault in my scrip..??
Look at the debug log when you send packets using ntradping. Then make
sure your script sends those attributes as we
QASIM RAO wrote:
> sir when i send accounting request using ntradping radius does not gives
> this error, i there any kind on fault in my scrip..??
Everything.
You don't need to write a script to do load testing. "radclient" can
do that.
You need to send *correct* RADIUS packets. See t
sir when i send accounting request using ntradping radius does not gives this
error, i there any kind on fault in my scrip..??
#!/usr/bin/perluse Crypt::CBC;use Asterisk::AGI;use Authen::Radius;use
DBD::mysql;use Thread;my $i;for ($i=1;$i<=20;$i++){my $thr = new Thread
\&sub1;sleep(0.010);pr
Hi,
>i doing stress testing of my freeradius with help of perl script.
>when i run perl script i runs and gives output, but in log file it genrate
>an error
a PERL script that you've written yourself? there are plenty of
benchmarking/stresstest
tools already out there... however, i
On Mon, Oct 1, 2012 at 4:27 PM, QASIM RAO wrote:
> when i run perl script i runs and gives output, but in log file it genrate
> an error
>
>
> Mon Oct 1 04:45:46 2012
> : Error: rlm_radutmp: No Accounting-Status-Type record.
Hmmm ... this kind of question seems to come up a lot.
If you simply w
radiusd -X it it shows same error and not
going in procedure...
and shows
rlm_detail:
/usr/local/var/log/radius/radacct/%{Client-IP-Address}/detail-%Y%m%d:%H expands
to /usr/local/var/log/radius/radacct/192.168.1.13/detail-20121001:05
modcall[accounting]: module "detail" returns ok f
25 matches
Mail list logo