Description | This object is to specify whether a user could choose
a AAA server for authentication during login.
The value 'true(1)' indicates that a user can specify
the remote AAA server for authentication during login.
If the user specifies the login name as
'username@hostname', then the authentication request
will be sent to remote AAA server 'hostname' with
username as 'username'. An entry should exist in
cAAASvrExtConfigTable with 'cAAAServerAddr' value
'hostname'. The configuration in
cAAASvrExtAppSvrGrpConfigTable is not used, if the
specified remote AAA server fails to respond.
The value 'false(2)' indicates user cannot specify the
remote AAA server for authentication during login.
If user specifies the login name as 'username@hostname',
then the complete string will be treated as username and
the user will be authenticated as per configuration in
cAAASvrExtAppSvrGrpConfigTable. |