> Hi everyone, > I know that an access point can act as a radius client & then authenticate > client's mac address with Freeradius server & there got to be an entry for > this client in the users's file. But let's say I have 1000 clients, do I have > to find out every single client's mac address & then add them into the users's > file? Is there a better way of doing it?
first of all mac based authentication is not very secure. if you still want to use MAC based authentication and manage a lot of users a better way would be to have all the user base in LDAP. The RADIUS will query LDAP for the MAC address of the card, this will eiliminate entering all the user information in a single user file in RADIUS. Reddy ([EMAIL PROTECTED]) ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
