Re: [RADIATOR] Missing attributes

2011-12-07 Thread Heinrich Mislik
On 7 Dec 2011 at 9:15, Hugh Irvine wrote: > >>> Hi, most of our NAS devices include Acct-Output-Gigawords in > their accounting requests, so we store it in our SQL database using > an AuthSelect parameter with the > %{IntegerValue:Acct-Output-Gigawords} syntax. But, we have a few > devices that do

Re: [RADIATOR] Missing attributes

2011-12-07 Thread Michael
Isn't AuthSelect used for authentication queries in ? not accounting inserts? Aren't you suppose to be using a combination of AccountingTable and AcctColumnDef or use AcctSQLStatement? I use both ways, for different purposes. be aware i use some of my own custom attributes, ie %{uid} and %{z

Re: [RADIATOR] Missing attributes

2011-12-07 Thread Heinrich Mislik
Hi, Maybe I was not clear enough. The line AddToRequestIfNotExist Acct-Input-Gigawords=0 should be added to the section and is processed long before any . It just makes sure, that "Acct-Input-Gigawords" exists in any request (either with it's original value or 0). This should not do no

Re: [RADIATOR] Missing attributes

2011-12-07 Thread Michael
Maybe i wasn't clear ether. I was suggesting that there's something else wrong. I use Gigawords and have a nas with old IOS and doesn't send the attribute. But if the attribute isn't there, radiator is fine with it. It doesn't show an error. You shouldn't have to use AddToRequestIfNotExist.

Re: [RADIATOR] EAP-Peap-ntlm stops

2011-12-07 Thread Heikki Vatiainen
On 12/06/2011 11:53 PM, Fabio Prina wrote: > I'm trying to authenticate my office WIFI network > > If in the inner auth I use a AuthBy FILE all works fine but if I use NTLM the > communication stops just after the last Access-Challenge (with a success) > Anyway if I use a wrong password I re

Re: [RADIATOR] Missing attributes

2011-12-07 Thread Heikki Vatiainen
On 12/06/2011 07:34 AM, Michael Newton wrote: > Hi, most of our NAS devices include Acct-Output-Gigawords in their > accounting requests, so we store it in our SQL database using an > AuthSelect parameter with the %{IntegerValue:Acct-Output-Gigawords} > syntax. But, we have a few devices that do no

Re: [RADIATOR] question about machine based authentication

2011-12-07 Thread Joy Veronneau
Hi, I am still working on my machine based authentication config. Config1 (below) works fine but requires that the names of the machines be listed in the file tls_anon. I need to modify this config so that I do not need to maintain a list of host names on the radiator server and so that I can ex