Re: Retrieve 'Aruba-Location-Id' from RAD_REQUEST

2013-04-26 Thread A . L . M . Buxey
Hi, > Thanks for the suggestion. I added "&log_request_attributes;" in authorize > function and it already has sub log_request_attributes in the perl script. > When run FR in debug mode, the Aruba-Location-ID does present but when I call > $ RAD_REQUEST{'Aruba-Location-Id'} from rlm_perl, it ca

Re: Retrieve 'Aruba-Location-Id' from RAD_REQUEST

2013-04-26 Thread A . L . M . Buxey
Hi, > > Thanks for the suggestion. I added "&log_request_attributes;" in authorize > > function and it already has sub log_request_attributes in the perl script. > > When run FR in debug mode, the Aruba-Location-ID does present but when I > > call $ RAD_REQUEST{'Aruba-Location-Id'} from rlm_per

Re: Retrieve 'Aruba-Location-Id' from RAD_REQUEST

2013-04-26 Thread Alex Sharaz
> > -Original Message- > From: freeradius-users-bounces+ywang10=fsu@lists.freeradius.org > [mailto:freeradius-users-bounces+ywang10=fsu@lists.freeradius.org] On > Behalf Of a.l.m.bu...@lboro.ac.uk > Sent: Thursday, April 25, 2013 5:44 PM > To: FreeRadius us

RE: Retrieve 'Aruba-Location-Id' from RAD_REQUEST

2013-04-26 Thread Wang, Yu
day, April 25, 2013 5:44 PM To: FreeRadius users mailing list Subject: Re: Retrieve 'Aruba-Location-Id' from RAD_REQUEST hi, tired eyes so might have missed something obvious...but can you add the following into your authorise subroutine at the top &log_request_attributes; an

Re: Retrieve 'Aruba-Location-Id' from RAD_REQUEST

2013-04-25 Thread A . L . M . Buxey
hi, tired eyes so might have missed something obvious...but can you add the following into your authorise subroutine at the top &log_request_attributes; and ensure you have the following at the bottom sub log_request_attributes { for (keys %RAD_REQUEST) { &radiusd::radlo

RE: Retrieve 'Aruba-Location-Id' from RAD_REQUEST

2013-04-25 Thread Wang, Yu
tls] Start returned 1 ++[eap] returns handled } # server virtual.dot1x_1814 Sending Access-Challenge of id 248 to 128.186.255.231 port 32794 EAP-Message = 0x010200061920 Message-Authenticator = 0x State = 0x370e1a38370c03508cd2263659f4660a Finished

Re: Retrieve 'Aruba-Location-Id' from RAD_REQUEST

2013-04-25 Thread A . L . M . Buxey
Hi, >I am trying to retrieve 'Aruba-Location-Id' from RAD_REQUEST forwarded >from Aruba wireless controllers. From radiusd -X output, I can see >`Aruba-Location-Id' contains wireless AP id value. But when I call it from >rlm_perl using $RAD_REQUEST{'Aruba-Location-Id'}, I got blank