I have a FreeRadius server and I'd like to set a limitation for the number of users connected to a specific NAS. My current set up is that every user that connects to a certain NAS is added to the Radius User Group that is attached to that NAS. Then, RadGroupReply does the stuff that I want to do for the users of a specific NAS. Currently, I am able to set a maximum download speed restriction as well as session timeout, but I'm wondering what's the attribute to use if I were to limit the maximum number of users allowed to connect to a specific NAS.
Thanks.