A 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.
% set system admin <system name> defaultAccountLocalOnly < false | true > show table system admin <system name> defaultAccountLocalOnly
% set system admin sbc11 defaultAccountLocalOnly true