> -----Original Message-----
> From: Nev [mailto:[email protected]]
> Sent: 2009/10/05 02:22
> To: [email protected]
> Subject: Custom Logging
> 
> Hi Nasser,
> 
> I was wondering if you could share how you configured checkval module
to
> allow certain users/groups to access specific NAS servers.
> 
radiusd.conf:

        ...
        ...
checkval NAS_IP {
                item-name = NAS-IP-Address
                check-name = NAS-IP-Address
                data-type = ipaddr
                nofound-reject = no
        }
        ...
        ...
authorize {
        preprocess
          ...
          ...
        sql_auth
        NAS_IP
        ...
          ...   
}

And after that you need A/V Pair for each user like this:

test Auth-Type := Local, User-Password := 123321, NAS-IP-Address :=
1.2.3.4


> This I'm about to start and it would save me a lot of time.
> 
> Thx
> Nev


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to