Re: User Configuration Doubts
Gerald <[email protected]>
| Newsgroups | gmane.comp.gnu.radius.general |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 11 Jan 2005, Rodrigo Araujo wrote: > +----------------+--------------------+---------------+----+ > | user_name | attr | value | op | > +----------------+--------------------+---------------+----+ > | "special_user" | NAS-Port-Id | 1111111 | = | > | "special_user" | NAS-Port-Id | 2222222 | = | > | "special_user" | NAS-Port-Id | 3333333 | = | > +----------------+--------------------+---------------+----+ As Sergey pointed out the = says it is required. Their are other values for op that mean more of what you intend. Read starting here in the manual: http://www.gnu.org/software/radius/manual/html_mono/radius.html#SEC144 Gerald