Margrete Raaum <[EMAIL PROTECTED]> wrote:
> In users we have tried:
> 
> 
> myuser  Auth-Type := EAP, User-Password == "youwish"
>         Fall-Through = Yes
> 
> myuser  Auth-Type := local, User-Password == "youwish"
>         Fall-Through = Yes

  That won't work.  See 'man 5 users' for how ':=' works.


  What I would do is to list 'eap' before 'files' in the 'authorize'
section.  Then in the 'users' file, do:

myuser  Auth-Type = Local, User-Password == "youwish"
        ...

  Note '=' in the Auth-Type, not ':='

  Alan DeKok.

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

Reply via email to