Getting pervious module return code in rlm_perl

2009-10-17 Thread Nasser Heidari
Hi, Currently I've a Perl module that checks my Users NAS-IP-Address. I want to know how can I call (get) pervious module return code in Perl script? Because now I run this module for all my users, either the pervious module rejects or accepts user . Thanks - List info/subscribe/unsubscribe?

Re: 3GPP string Attributes, containing encapsulated information...

2009-10-17 Thread Alan DeKok
Stefan A. wrote: Is there a way to get Information out of the 3GPP-GPRS-Negotiated-QoS-profile? Perl. The Attribute is defined in the dictionary as: ATTRIBUTE 3GPP-GPRS-Negotiated-QoS-profile5 string The Value of a String might be: 99-0B811F739687877401 To get

Re: Getting pervious module return code in rlm_perl

2009-10-17 Thread Ivan Kalik
Currently I've a Perl module that checks my Users NAS-IP-Address. I want to know how can I call (get) pervious module return code in Perl script? Because now I run this module for all my users, either the pervious module rejects or accepts user . Store it in a temporary attribute like

Variable passing between autz,acct stages

2009-10-17 Thread flamur2
Hi, Is it possible to pass a variable from authorization modules to accounting modules, (by using Tmp-String* attributes) ? My radius config is like this authorization is done via files module, where Tmp-String-0 is set: u1Crypt-Password := $1$7ZSTJ83K$IUVxdrj8TxA2nftXzx7AH.,

Re: Variable passing between autz,acct stages

2009-10-17 Thread Ivan Kalik
Is it possible to pass a variable from authorization modules to accounting modules, (by using Tmp-String* attributes) ? No. Authorization section is executed on access requests while accounting section on accounting requests. My radius config is like this authorization is done via files

Clear Text PAP passwords - how to enable

2009-10-17 Thread Alex M
hey all we keep upgrading FR servers and i got stuck with problem where I need PAP (I think) well i need clear text password and its not working for my user. When i send request through NTRAdping w/ CHAP all works well but when I'm using device as NAS nothing works :( I hope some one can point me