Re: refresh Session-Timeout in Access-Accept

2009-01-26 Thread tnt
>this *Session-Timeout = 79845* is just an echo from my script. > >echo "Session-Timeout = $CONEXION_SEG" >exit 0 > As a joke - put := in that echo statement. And see what happens. Why do you ask for help if you don't want to follow the answers? >In my database, I have := as operator. So what?

Re: refresh Session-Timeout in Access-Accept

2009-01-26 Thread bLn
t...@kalik.net escribió: Hi again, I use that operator := [exec] expand: %{User-Name} -> be...@wifiya.com Exec-Program output: VALOR 1(Username) ES be...@wifiya.com Session-Timeout = 79845 Exec-Program-Wait: plaintext: VALOR 1(Username) ES be...@wifiya.com *Session-Timeout = 798

Re: refresh Session-Timeout in Access-Accept

2009-01-26 Thread tnt
>>> Hi again, >>> >>> I use that operator := >>> >[exec] expand: %{User-Name} -> be...@wifiya.com >Exec-Program output: VALOR 1(Username) ES be...@wifiya.com >Session-Timeout = 79845 >Exec-Program-Wait: plaintext: VALOR 1(Username) ES be...@wifiya.com >*Session-Timeout = 79845* >Exec-Program: ret

Re: refresh Session-Timeout in Access-Accept

2009-01-26 Thread bLn
t...@kalik.net escribió: Hi again, I use that operator := Post the debug then. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html hi again, I post my debug: ** Ready to process requests. rad_recv: Access-Request pack

Re: refresh Session-Timeout in Access-Accept

2009-01-22 Thread bLn
Marinko Tarlac escribió: Hi... Can you help me please How did you set-up exec module ? In FR1.1.7 it is enough to add Exec in acct_users and to call script on Start, Stop and Interim-Update packet but the same trick in fr 2.1.3 doesn't work (at least for me). I really don't know because

Re: refresh Session-Timeout in Access-Accept

2009-01-21 Thread tnt
>Hi again, > >I use that operator := > Post the debug then. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: refresh Session-Timeout in Access-Accept

2009-01-21 Thread bLn
Hi again, I use that operator := regards t...@kalik.net escribió: My problem is the next: I have a script, executed in exec module, that calculate the variable "Session-Timeout" for each user, and another different cases. Well, in the debug of freeradius I see that exec is executed after sql

Re: refresh Session-Timeout in Access-Accept

2009-01-21 Thread tnt
>My problem is the next: I have a script, executed in exec module, that >calculate the variable "Session-Timeout" for each user, and another >different cases. Well, in the debug of freeradius I see that exec is >executed after sql queries (radgroupreply in this case) and if I change >Session-Ti

refresh Session-Timeout in Access-Accept

2009-01-21 Thread bLn
Hi everyone! I have another problem with freeradius. I´m working with freeradius-server-2.1.3 and mysql-5.0. My problem is the next: I have a script, executed in exec module, that calculate the variable "Session-Timeout" for each user, and another different cases. Well, in the debug of freerad