Jonathan Richard Brockmeier <[EMAIL PROTECTED]> wrote: > If I need to do the following, how do I setup the dictionary to be correct?
Read the other dictionary files, and 'man dictionary', it should be pretty straightforward. > Also when I am trying to get 802.1x working against mysql data (since that is > how we have it setup) I get the following error: I'm not sure what you mean by "working against mysql data" > rad_check_password: Found Auth-Type EAP > auth: No User-Password or CHAP-Password attribute in the request > auth: Failed to validate the user. > Login incorrect: [brockj/<no User-Password attribute>] (from client ss4400 It looks like you're taking a crypt'd password out of the MySQL database. That won't work with EAP. EAP requires plain-text passwords. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
