31 Oct
2005
31 Oct
'05
4:23 p.m.
Michael Wang <mwang25@gmail.com> wrote:
"qa" Auth-Type := EAP, User-Password == "qa"
Don't set "Auth-Type := EAP". See the long explanation why at the top of the "eap.conf" file. Also, use ":=" for the User-Password. See the "man users" page for details. If there's no User-Password in the packet, then '==' can't compare "qa" to anything in the password, and that entry will never match. Alan DeKok.