In order to authenticate WiFi clients I use a FreeRADIUS server configured to check for user credentials in an Active Directory environment. Currently all users with a valid account are authenticated but I want a specific set of users, configured in a group in the Active Directory, to be the only accounts allowed access.
How do I configure FreeRADIUS to allow a specific group defined in the Active directory to be accepted by the RADIUS server?
FreeRADIUS is installed on CentOS 6.5 and I do not use a MySQL server for my configuration.