JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Managing User Accounts and User Environments in Oracle Solaris 11.1     Oracle Solaris 11.1 Information Library
search filter icon
search icon

Document Information

Preface

1.  Managing User Accounts and User Environments (Overview)

2.  Managing User Accounts by Using the Command-Line Interface (Tasks)

3.  Managing User Accounts by Using the User Manager GUI (Tasks)

Introducing the User Manager GUI

Starting the User Manager GUI

How to Start the User Manager GUI

Organization of the User Manager Panel

Selecting a Default Name-Service Scope and Type

Assuming a Role or Changing User Credentials

How to Change a User's Credentials

Adding, Modifying, and Deleting Users and Roles by Using the User Manager GUI

How to Add a User or Role With the User Manager GUI

How to Modify a User or Role With the User Manager GUI

Deleting a User or Role With the User Manager GUI

Administering Advanced Settings With the User Manager GUI

Administering Groups With the User Manager GUI

How to Administer Groups

Administering Roles With the User Manager GUI

How to Administer Roles With the User Manager GUI

Administering Rights Profiles With the User Manager GUI

How to Administer Rights Profiles With the User Manager GUI

Administering Authorizations With the User Manager GUI

How to Administer Authorizations With the User Manager GUI

Index

Introducing the User Manager GUI

The following information is described in this section:

The User Manager GUI is based on the Visual Panels framework and is provided as a Visual Panels interface. The remote management of users and roles is made possible through the Remote Administration Daemon (RAD). The GUI depends on the User/Role Manager RAD module to perform all of its operations. The RAD module works by invoking role-based access control (RBAC) CLIs that perform all of the administrative functions of the GUI.

User authentication and role assumption is provided by the Visual Panels framework itself and is available to all of the panels, including the User Manager panel. The User Manager GUI replaces the Solaris Management Console's User and Roles tool that is supported in Oracle Solaris 10. Although not identical to the Solaris Management Console, the GUI has some of the same functionality. Note that the Solaris Management Console is not supported in this release.

The User Manager GUI presents a simple, clear interface that is easy to use. To minimize the possibility of errors, the GUI presents only those choices that are valid, based on the authorizations and rights profiles of the authenticated user or role. The tasks that can be performed with the GUI are the same as the tasks that you can perform by using the CLI, for example, useradd, usermod, userdel, roleadd, groupadd, and so on. For information about managing users and roles by using the CLI, see Chapter 2, Managing User Accounts by Using the Command-Line Interface (Tasks).

The User Manager GUI is delivered by the pkg:/system/management/visual-panels/panel-usermgr IPS package.

Starting the User Manager GUI

How to Start the User Manager GUI

  1. Assume the root role or log in as a user who is assigned the User Management rights profile.

    See How to Use Your Assigned Administrative Rights in Oracle Solaris 11.1 Administration: Security Services.

  2. Start the User Manager GUI by choosing one of the following methods:
    • Start the User Manager GUI from the desktop by choosing System → Administration → User Manager.
    • Start the User Manager GUI from the command line as follows:
      # vp usermgr &

Organization of the User Manager Panel

When you Start the User Manager GUI, the main User Manager panel is displayed. The User Manager panel is used to administer users and roles. On the left side of the panel is a Status field that displays the status of the services that are currently running on the local host. On the right of the panel is a User field. The User field displays the credential that is currently being used by the User Manager GUI. To change credentials, click the Lock button on the far right side of the panel. See Assuming a Role or Changing User Credentials.

In the following figure, the main User Manager panel is displayed.

image:This figure shows the main panel of the User Manager GUI.

The User Manager panel includes the following components:

To view or modify information for an existing user, select the user from the list of users that is displayed. After you select a user, that user's information is displayed on the right side of the panel.

The following actions are available to you from within the User Manager panel:

Selecting a Default Name-Service Scope and Type

The default name-service scope and type for the User Manager GUI is files and User. To administer the User Manager GUI within a different scope, for example ldap and roles, click the Filter button. Clicking the Filter button launches a dialog box that enables you to change the default scope, type, or both.

Click Cancel to cancel the operation.

image:This figure shows the dialog box for changing the default name-service scope and/or type for a user.

Note - If the system is not configured as an ldap client, only the files scope is available.


Assuming a Role or Changing User Credentials

A user with the User Management rights profile can create new users, as long as the advanced attributes of the user or role to be created are a subset of those of the user who is performing the administration. If the user who is performing the administration does not have sufficient authorizations, but has an administrative role with sufficient authorizations, the user can assume that role to perform the necessary administration by clicking the Lock button in the main User Manager panel.

How to Change a User's Credentials

  1. Start the User Manager GUI.

    See How to Start the User Manager GUI.

  2. In the main User Manager panel, Click the Lock icon to open a submenu that contains the following options:
    • Change Role

    • Change User

    • Administer New Host

    • Clear History

  3. Select the Change Role option.

    An authentication dialog box is displayed. The authentication dialog box contains a drop-down menu that lists the roles that are available for the specified user.

  4. Select the appropriate role, then click Log In to change the role.

    After assuming the role, you can perform the required administrative tasks.