system admin configuration option limits the default admin user to local authentication. This option, defaultAccountLocalOnly, can be set to true or false (default). The option can only be set to true when the options that enable/disable local authentication on the SBC generally, localAuthenticationEnabled and externalAuthenticationEnabled, are also set to true. If both local and external (RADIUS) authentication are enabled on the SBC then the method for authentication of the default admin user is governed by the new flag.

Command Syntax

% set system admin <system name> defaultAccountLocalOnly < false | true >
show table system admin <system name> defaultAccountLocalOnly

Command Parameters

defaultAccountLocalOnly Parameters

Parameter

Default

Description

defaultAccountLocalOnly
false

This flag determines whether the default admin user must be locally authenticated. Options are:

  • true
  • false (default)

The option can only be set to true when the options that enable/disable local authentication on the SBC generally, localAuthenticationEnabled and externalAuthenticationEnabled, are also set to true. If both local and external (RADIUS) authentication are enabled on the SBC then the method for authentication of the default admin user is governed by the new flag.

 

Command Example

 % set system admin sbc11 defaultAccountLocalOnly true

 

  • No labels