You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The authorize API view currently only accepts username and password.
It should also accept Calling-Station-Id and Called-Station-Id, which is a common attribute in RADIUS requests (typically the MAC address of the client device).
The change should be backward compatible: if Calling-Station-Id/Called-Station-Id are not provided, the API should continue to work as it does today.
We shall also modify the Simultaneous-Use check to exclude the current Calling-Station-Id/Called-Station-Id for counting open sessions (if the same client is trying to reauthenticate from the same client to the same NAS, we should not fail).
We'll need to update the installers to enable this: