This is a discussion on Re: Linksys WRT54G - DD-WRT - Wireless Auth within the FreeRADIUS Users forums, part of the Networking and Network Related category; Richard Hamilton-Frost wrote: > What I want: > > To be able to authenticate wireless users via the /etc/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Richard Hamilton-Frost wrote:
> What I want: > > To be able to authenticate wireless users via the /etc/passwd and > /etc/shadow files. I've setup the WRT54GL to talk to the Radius > server, this all seems fine and dandy. The WRT54GL is using WPA TKIP, > it has the option of WPA AES too, and WPA AES+TKIP, neither seem to > work.. here is the output I get when trying to authenticate a user: ... > rlm_eap_md5: Issuing Challenge http://deployingradius.com/documents...atibility.html Passwords in /etc/shadow are hashed via the "crypt" method, or one similar to that. It is impossible to do EAP-MD5 and authenticate users via passwords in /etc/shadow. If you're going to use EAP, you MUST have the clear-text password for the user. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |