Re: (RADIATOR) referencing the authby identifier

2000-06-02 Thread Brandon
iginal Message - From: "Hugh Irvine" <[EMAIL PROTECTED]> To: "Brandon" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, June 02, 2000 1:05 AM Subject: Re: (RADIATOR) referencing the authby identifier > > Hello Brandon - > > On Fri, 0

Re: (RADIATOR) referencing the authby identifier

2000-06-02 Thread Hugh Irvine
Hello Brandon - On Fri, 02 Jun 2000, Brandon wrote: > Anyone Know? How do you reference the AuthBy identifier via a hook? > > Example: > > > Identifier customer1 > ReplyHook file: "%D/realm.cfg" > > > Now in the realm.cfg > > How would I reference the customer1 value. > I have tried...

(RADIATOR) referencing the authby identifier

2000-06-02 Thread Brandon
Anyone Know? How do you reference the AuthBy identifier via a hook? Example: Identifier customer1 ReplyHook file: "%D/realm.cfg" Now in the realm.cfg How would I reference the customer1 value. I have tried... my $customer = ${$_[2]}->{AuthBy}->{Identifier} and it doens't seem to work.