Freeside:3.0:Documentation:Administration:FreeRadius

From Freeside
Jump to: navigation, search

Change radius groups instead of changing password on suspend

Radius group mapping to suspension reasons will allow the system to change the radius group instead of the password when suspending packages.

  • Create a dummy user and make note of the svnum, set the radius group to reflect the desired group to change to.
  • Find the reasonnum of the suspend reason which will trigger the Radius group change.
  • Example. Using svcnum 36 as the dummy account and a suspend reasonnum we result in this configuration for Radius group mapping to reason:
36 3

Any packages which have a svc_acct with a radius export will get the group attached to svcnum 36 when the suspension reason number is 3.

Note: This will not reflect in Freeside, only in the FreeRadius server will the group be changed.