Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Since the RADIUS protocol does not provide a means to assign users to a group, the implementation currently hard codes every RADIUS authenticated user to the Administrator group.

The

Spacevars
0series4
is enhanced in this release with supports the following RADIUS authentication improvements:

...

  1. Login to SBC CLI.

  2. Change to the Configuration mode:

    Code Block
    languagenone
    > configure private

    Span

     

  3. Execute the following command:

    Code Block
    languagenone
    % set system admin <system name> localAuthenticationEnabled false externalAuthenticationEnabled true

...

To configure the remote RADIUS Server:

  1. Log on to SBC CLI.

  2. Change to the Configuration mode:

    Code Block
    languagenone
    > configure private

    Span
     

  3. Execute the following command:

    Code Block
    languagenone
    % set oam radiusAuthentication 
    	radiusServer <server name>
    		mgmtInterfaceGroup <string>
    		priority <#>
    		radiusNasIp <x.x.x.x>
    		radiusServerIp <x.x.x.x>
    		radiusServerPort <#>
    		radiusSharedSecret <8-128>
    		state <disabled | enabled>
    	retryCriteria
    		oosDuration <# minutes>
    		retryCount <#>
    		retryTimer <# milliseconds>

...