Sunil Chitnis wrote:
> 
> Raghu,
>         Thanks much for your prompt reply.
>         Could you please also post the relevent config entries for user "raghu" to
> do EAP-MD5 authentication?
>         I believe I have some missing config entries. I used the TLS URL provided
> as a base to configure the following...
>  users
>  -----
> eapuser Auth-Type := EAP      ///In this how to specify the challenge
> password?
> 

eapuser Auth-Type := EAP, User-Password == whatever


>  radiusd.conf
> -------------
> eap {
>         default_eap_type = md5
>         md5 {
>         }
> }

authorize {
eap
# other required modules, if you want
}

authenticate {
eap
# other required modules, if you want
}


> clients
> -------
> client xxx.xxx.xxx.xxx {
>         secret = whatever
>         shortname = myNAS
> }


-Raghu

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

Reply via email to