Re: (RADIATOR) Vendor specific attribute question.

2001-04-05 Thread Hugh Irvine


Hello Griff -

On Thursday 05 April 2001 08:06, Griff Hamlin wrote:
 Hello all,

 Can anyone tell me what the proper call is in a custom AuthBy module so
 retrieve the 'Livingston' attribute from an Accounting Record? It is
 VenderAttr 307 in my dictionary, but when I use $p-getAttrByNum(307), I
 get an error message saying that Attirbute 307 is not found in my
 dictionary. I can see it in my dictionary plain as day though. I guess
 I'm not understanding something about the dictionary usage. Does anyone
 know how this is supposed to work?


I have already responded to this, but here is what to do:

my $attribute = $p-get_attr('Livingston');

Have a look at the examples in "goodies/hooks.txt".

hth

Hugh


-- 
Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.

===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) Vendor specific attribute question.

2001-04-04 Thread Griff Hamlin

Hello all,

Can anyone tell me what the proper call is in a custom AuthBy module so
retrieve the 'Livingston' attribute from an Accounting Record? It is
VenderAttr 307 in my dictionary, but when I use $p-getAttrByNum(307), I
get an error message saying that Attirbute 307 is not found in my
dictionary. I can see it in my dictionary plain as day though. I guess
I'm not understanding something about the dictionary usage. Does anyone
know how this is supposed to work?

Griff Hamlin, III


===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.