Skip to main content

Configuring advanced RADIUS settings

  1. On the RADIUS Settings page, click Advanced RADIUS Settings.

    The Advanced RADIUS Settings page is displayed.

  2. For authorization purposes, configure vendor-specific attributes for the RADIUS users on the server.

    Example:
    • Add vendor-specific attributes:

      cd/usr/share/freeradius
      vim dictionary.adtest
      (Add the content below)

      # dictionary.adtest

      VENDOR ADTest 58

      # Standard attribute

      BEGIN-VENDOR ADTest

      ATTRIBUTE ADTest-group 1 string

      END-VENDOR ADTest

      vim dictionary
      (Add this line)

      $INCLUDE dictionary.adtest

    • Add users:

      vim users
      (Add the content below)

      "RadiusTest1" Cleartext-Password := "000000"

      Service-Type = Administrative-User,

      Auth-Type := System,

      ADTest-group := "H=4"

    Note

    These fields will not allow more than 127 characters. '#' is not allowed.

  3. Click Save to save the settings.