Edit Active Directory Table Information Using the Web Interface

You can use the web interface to edit active directory table information.

What to Do

  1. Log in to ILOM as a user with Administrator privileges to open the web interface.

  2. Select User Management --> Active Directory.

    The Active Directory page appears.

  3. At the bottom of the Active Directory page, select the radio button of the row of information you want to edit and click Edit.

    The appropriate page appears. Edit Active Directory Administrator Groups page, Edit Active Directory Operator Groups page, or Edit Active Directory User Domains page. Each “Edit” page provides a Name field for adding or editing information.

  4. In the Edit page, add or edit the information.

  5. Click Save to have your changes take effect.

  6. In the User Domains table, enter the information in the Name field as text. Use the <USERNAME> substitution marker to hold a place for the user’s name in LDAP requests.

    For example:

    domain = <USERNAME>@davemc.example.sun.com

    domain = CN=<USERNAME>,CN=Users,DC=davemc,DC=example,DC=sun, DC=com

    The user would be allowed access to ILOM with either supplied name as the following examples show.

    /home/dc150698> ssh -l davemc 10.x.xxx.xxx
    Password:*******
    Sun(TM) Integrated Lights Out Manager
    Version 1.1
    Copyright 2005 Sun Microsystems, Inc. All rights reserved.
    ->
/home/dc150698> ssh -l “David A. Engineer” 10.x.xxx.xxx
Password:*******
Sun(TM) Integrated Lights Out Manager
Version 1.1
Copyright 2005 Sun Microsystems, Inc. All rights reserved.

Related Topics