Performs management tasks for the Avaya EASG authentication management system.
-f --enableEASG
-f --disableEASG
--enableEASG
--disableEASG
--enable <user>
--disable <user>
--userStatus <user>
--listUsers
--printDisableWarning
--printEnableWarning
-f: Forces the enable or disable action to run without prompts. Acceptance of the terms is implied. --enableEASG: Enables EASG authentication. --disableEASG: Disables EASG authentication. --enable: Enables EASG authentication only for the user specified in <user>. If the main EASG enable/disable switch is disabled, no users will have access, no matter what this setting reflects for an individual user. --disable: Disables EASG authentication only for the user specified in <user>. --userStatus: Displays the enabled or disabled status for the user specified in <user>. The return code also indicates the user's status: 4 indicates that the user is not an EASG user, 3 indicates that the user is a DISABLED EASG user, and 2 indicates that the user is an ENABLED EASG user. On error, 1 is returned. --listUsers: Lists information about the available EASG users. --printDisableWarning: Displays the warning message for disabling EASG on the system. This is used when a web page needs to print the message to a user before actually doing the disable in non-interactive mode with the -f option. --printEnableWarning: Displays the warning message for enabling EASG on the system. This is used when a web page needs to print the message to a user before actually doing the enable in non-interactive mode with the -f option.
|