2

I'm doing research for a class at school involving WiFi security. We are setting up a wireless network which uses WPA2 Enterprise authentication. I was wondering if it is possible to have a Radius server accept any username/password combination. Also if this is possible, do you have any suggestions about which open-source Radius server implementations I should check out to accomplish this goal. Any help would be appreciated.

  • 1
    Configuring existing software is covered much better on places like [ServerFault](http://www.serverfault.com). Given that it's also security related, you might stand a decent chance of good answers on [IT Security](http://security.stackexchange.com/) as well. – Jerry Coffin Mar 27 '12 at 20:08
  • Any RADIUS server should be configurable this way. Of course the specifics will be dependent on which product you choose. For GNU RADIUS, use Auth-Type = Accept, to accept any password for a given username. https://www.gnu.org/software/radius/manual/html_mono/radius.html#SEC163 – sep332 Mar 27 '12 at 20:15

0 Answers0