This is a discussion on Re: restrict login based on nas within the FreeRADIUS Users forums, part of the Networking and Network Related category; On May 16, 2005, at 13:34, Bartosz Jozwiak wrote: > Hello, > > Is it possible to restrict users ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On May 16, 2005, at 13:34, Bartosz Jozwiak wrote: > Hello, > > Is it possible to restrict users to login only to > specific nas client? > So if they use different nas their login should be rejected. I do that using a EXEC-PROG-WAIT module. a rlm_exec module will apparently also do that but I haven't had time to convert. There is a macro for the NAS IP address and I just include that in the argument list to the module. There is a doc on variables that has all of the info on that. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |