Untrusted systems are computers running an operating environment other than the Trusted Solaris operating environment.
Do this procedure on the Trusted Solaris machine where you want to be able to log in remotely.
Assume the Security Administrator role and go to an ADMIN_LOW
workspace.
Stop the init.wbem program if it is running.
$ /etc/init.d/init.wbem stop |
Use the Admin Editor action to open the /usr/sadm/lib/smc/bin/smcwbemserver file for editing.
Modify the following line to include the -u option
com.sun.management.viperimpl.server.ViperWbemServer "$@" |& > com.sun.management.viperimpl.server.ViperWbemServer -u "$@" |& |
When the -u option is specified, after being authenticated the user is presented with a list of the roles that user can assume that are available on the server. The user can then choose a role, enter the role's password, and select the Login as Role button.
Save and quit the file.
Restart init.wbem.
$ /etc/init.d/init.wbem start |