Re: (RADIATOR) query during insert data

2003-06-13 Thread budi wibowo
i have made other AuthBy SQL AuthBy SQL DBSourcedbi:mysql:bill DBUsername xxx DBAuth AccountingTable accounting AcctSQLStatement update set time_bill=ceiling(acctsessiontime/60) /AuthBy i'm confused about one thing at

Re: (RADIATOR) query during insert data

2003-06-13 Thread Hugh Irvine
Hello Budi - Can you tell me exactly what you want to do? I am not clear on what you want to have happen. The simplest way to carry information between AuthBy clauses is to add it to the incoming request packet which can be used as a scratch-pad area for this purpose. regards Hugh On

Re: Fwd: (RADIATOR) AD/LDAP and PEAP question

2003-06-13 Thread Mike McCauley
Hello Joao, At present, the only way you could implement PEAP-MSCHAPV2 is to use an AuthBy with a plaintext password. If you are using AuthBy LDAP2, then the LDAP database must contain a plaintext password. I dont think the standard AD schema falls into this category. Cheers. On Fri, 13 Jun

(RADIATOR) Run Stored Proc for Stop-records

2003-06-13 Thread Herman verschooten
Hi, I would like to run a stored procedure on MS-SQL for stop-records. But I want to keep the normal inserts of the Start/Update/Stop-records too. How can I most easily do this? An extra AuthBy SQL? Can I use the AcctInsertQuery to run the stored proc? I would very much like the

Re: (RADIATOR) Run Stored Proc for Stop-records

2003-06-13 Thread Robert Blayzor
On 6/13/03 7:16 AM, Herman verschooten [EMAIL PROTECTED] wrote: I would like to run a stored procedure on MS-SQL for stop-records. But I want to keep the normal inserts of the Start/Update/Stop-records too. How can I most easily do this? An extra AuthBy SQL? Can I use the AcctInsertQuery to

RE: Fwd: (RADIATOR) AD/LDAP and PEAP question

2003-06-13 Thread Tom Rixom
Hello, Isn't it possible to use AuthBy NT authentication scheme instead of the AuthBy LDAP scheme. Regards, Tom. -Original Message- From: Mike McCauley [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 12:09 PM To: Hugh Irvine; Joao Martins Cc: [EMAIL PROTECTED] Subject: Re:

Re: Fwd: (RADIATOR) AD/LDAP and PEAP question

2003-06-13 Thread Mike McCauley
Hello Tom, On Fri, 13 Jun 2003 11:22 pm, Tom Rixom wrote: Hello, Isn't it possible to use AuthBy NT authentication scheme instead of the AuthBy LDAP scheme. Unfortunately that wont work with PEAP-MSCHAPV2 either. Cheers. Regards, Tom. -Original Message- From: Mike

Re: (RADIATOR) AD/LDAP and PEAP question

2003-06-13 Thread Denis Pavani
I suggest you to use EAP-TTLS with alfa-ariss freeware client. You can use PAP inner authentication this way against encrypted LDAP passwords. Joao Martins wrote: Hi! I believe that is not possible use LDAP and PEAP authentication together, if LDAP passwords are encrypted (NT hash, as

RE: (RADIATOR) Invalid object name 'inerted'

2003-06-13 Thread Dave Kitabjian
Hmm. Do you mean other than the fact that inserted is spelled wrong, presumably in a trigger attached to the ACCOUNTING table? Dave -Original Message- From: Michel Bant [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 10:22 AM To: [EMAIL PROTECTED] Subject:

Re: (RADIATOR) Invalid object name 'inerted'

2003-06-13 Thread Hugh Irvine
Hello Michel - I don't know where the object called 'inerted' is coming from. A more complete trace 4 debug would be very useful. regards Hugh On Saturday, Jun 14, 2003, at 00:21 Australia/Melbourne, Michel Bant wrote: Hello all,   We try to write back some accounting to our SQL