Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Log into 6connect ProVision
  • Go to Admin -﹥ General Settings -﹥ Authentication
  • Ensure that Radius functions are marked as available.  Radius functions are always available on 6connect cloud instances.  Radius functions are available on VM Images and Local Installations only if the relevant PHP Pear Radius Libraries have been installed.
  • Click the Radius Enable checkbox.
  • Fill in the hostname or ip address, authentication ports, accounting port, and shared Radius key as specified.
Note
titleSetting default login options

In the login screen, you would select the authentication method from the dropdown. If you like, you can set the default login option in the following way:

Go to the /data/globals.php and open in vi (or other editor). Add in the following text as the last line of the file (before the closing ?﹥)

define('DEFAULT_LOGIN_TYPE', 'radius');

Acceptable values are "local", "radius" and "ldap". If this line is not present in globals.php, the default option is "local".