We would like to configure authentication using the Unix module. We would also like to have a white-list based on a group in /etc/group.<br><br>We created an entry in the /etc/raddb/users file that looks like,<br><br><div style="margin-left: 40px;">
DEFAULT                Group == "enabled", Auth-Type := System<br></div><br>Unfortunately, this passes all users with a valid account through, even when they are not listed in the group.<br><br>We can set up a blacklist with<br>
<br><div style="margin-left: 40px;">DEFAULT         Group == "disabled", Auth-Type := Reject<br>                         Reply-Message = "Your account has been disabled."<br><br>DEFAULT         Auth-type := System<br>
</div><br>but would prefer a white-list approach. Does anyone know how to do this?<br><br>Sid<br>