Re: (RADIATOR) Ascend-Disconnect-Cause now logged as integer?

2003-06-12 Thread Hugh Irvine
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

(RADIATOR) Ascend-Disconnect-Cause now logged as integer?

2003-06-12 Thread Karel van der Velden
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

(RADIATOR) AD/LDAP and PEAP question

2003-06-12 Thread Joao Martins
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

Re: (RADIATOR) How to debug ignored Access Request??

2003-06-12 Thread Hugh Irvine
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,

Re: (RADIATOR) query during insert data

2003-06-12 Thread Hugh Irvine
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

(RADIATOR) How to debug ignored Access Request??

2003-06-12 Thread Erik Wirring LE34 Trimble Center Danmark
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

Re: (RADIATOR) query during insert data

2003-06-12 Thread budi wibowo
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

Re: (RADIATOR) query during insert data

2003-06-12 Thread Hugh Irvine
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

Re: (RADIATOR) query during insert data

2003-06-12 Thread budi wibowo
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