(RADIATOR) ReplyHook question

Jethro R Binks jethro.binks at strath.ac.uk
Wed Jun 21 12:07:50 CDT 2006


On Wed, 21 Jun 2006, Alex Sharaz wrote:

> Looking in my log file, the calling station id is there and so is the
> userid but the nas-ip-address isn't. Am I correct in assuming that its
> because at that point the nas-ip-addresss isn't in the packet that gets
> passed off to the radius proxy?

I don't know if it answers your question, but your comments rang a bell.  
Sure enough, in my code, I made this replacement in one hook, presumably 
for a similar reason:

                #$nasip = $request->get_attr('NAS-IP-Address');
                $nasip = $request->getNasId();

Hope that helps,

Jethro.

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Jethro R Binks
Computing Officer, IT Services
University Of Strathclyde, Glasgow, UK

--
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.


More information about the radiator mailing list