Oracle
1Z0-580 · Question #21
As part of an automated install of Oracle Solaris 11, a new role called "operator" is created and a password is correctly assigned, but you are not able to successfully assume this role. What is the…
The correct answer is B. Your account is not yet authorized to assume this role. A user can only assume roles that are assigned to the user's login account. After you have set up roles with default Solaris rights profiles, and assigned the roles to users, the roles can be used. A role can be assumed on the command line. In the Solaris Management Console, a…
User and Role Management
Question
As part of an automated install of Oracle Solaris 11, a new role called "operator" is created and a password is correctly assigned, but you are not able to successfully assume this role. What is the problem?
Options
- AYou are not accessing the role from the system console.
- BYour account is not yet authorized to assume this role.
- CThe "operator" role must be enabled before being used.
- DYou must first be assigned the "Role User" rights profile
- EThe "operator" role is not yet assigned a profile shell.
How the community answered
(32 responses)- A6% (2)
- B72% (23)
- C3% (1)
- D3% (1)
- E16% (5)
Explanation
- A user can only assume roles that are assigned to the user's login account. * After you have set up roles with default Solaris rights profiles, and assigned the roles to users, the roles can be used. A role can be assumed on the command line. In the Solaris Management Console, a role can also be used for administering the system locally and over the network. * How to Assume a Role in a Terminal Window The role must already be assigned to you. The name service must be updated with that 1. In a terminal window, determine which roles you can assume. Comma-separated list of role names is displayed 3. Use the su command to assume a role. 4. % su - rolename 5. Password: <Type rolename password> The su - rolename command changes the shell to a profile shell for the role. A profile shell recognizes security attributes (authorizations, privileges, and set ID bits). 6. Verify that you are now in a role. 7. $ /usr/ucb/whoami You can now perform role tasks in this terminal window.
Topics
#RBAC#role assignment#role assumption#user authorization
Community Discussion
No community discussion yet for this question.