Hello Karel -
This is odd.
Can you please send me a trace 5 debug from Radiator showing what is
happening, together with the configuration file (no secrets). And can
you also tell me what dictionary you are now using?
regards
Hugh
On Friday, Jun 13, 2003, at 05:14 Australia/Melbourne, Karel
Hello,
We recently went to version 3.6 (from 2.18.1!). Now I see that when logging accounting
records the Ascend-Disconnect-Cause attribute does not have a string anymore, but just
the integer value.
Is this 'as designed'? Should I change configuration if I want the old strings back?
Regard
Hi!
I believe that is not possible use LDAP and PEAP authentication
together, if LDAP passwords are encrypted (NT hash, as Mike McCauley
explained to me). So, I'm asking if this is possible with Radiator:
* I have an Active Directory / LDAP based on Microsoft Windows 2000
Hello Erik -
How nice to hear from you - I hope everything is going well.
A trace 4 debug will show you every packet received on both the
authentication and the accounting ports within Radiator, whether they
are ultimately processed or not.
If you are not seeing anything in the Radiator debug,
Hello Budi -
You should use two AuthBy SQL clauses with the AcctSQLStatement(s) in
the second one.
Alternatively you could possibly use a hook (there are some examples in
"goodies/hooks.txt").
regards
Hugh
On Thursday, Jun 12, 2003, at 18:21 Australia/Melbourne, budi wibowo
wrote:
ok he
We are currently testing a GPRS connection to our network where the Telephone Company
sends the data thru a GRE tunnel.
To control who is allowed to connect and what IP no (Internal IPno) they shall use we
use the Radiator server.
We can see from the package and byte count on the Cisco router w
ok here we go
from trace 4 result .. AcctSQLStatement is executed
first time before i got the paramater from
AcctColumnDef. that makes the value always 0
any idea to make AcctSQLStatement executed after
AcctColumnDef?
DBSourcedbi:mysql:bill
DBUsername
Hello Budi -
Can you please send me a copy of your configuration file (no secrets)
together with a trace 4 debug from Radiator showing what is happening.
I will also need to see a copy of the relevant SQL records.
In general you should test your SQL queries interactively with whatever
tools ar
i have tried to add this
AcctSQLStatement update set
time_bill=ceiling(%{Acct-Session-Time}/30)
or
AcctSQLStatement update set
time_bill=ceiling('%{Acct-Session-Time}'/30)
after that i make call for 5 seconds
then check at mysql and got 0 it should be 1
any idea?
rgds
budi
--- Hugh Irvine