11.5 Changing the Authentication Mode for the Installation Console

By default, the Installation console uses token-based authentication. After initial installation, you can change the authentication method as needed.

To configure the Installation console to prompt for a user name and password to allow access, use the following command:

gwadminutil installcfg -m user -u user_name -p

To configure the Installation console to not allow logins so that the configuration of your GroupWise system cannot be changed by unauthorized users, use the following command:

gwadminutil installcfg -m disabled

To re-enable logins, specify an authentication method:

gwadminutil installcfg -m token
gwadminutil installcfg -m user -u user_name -p