Sun Java logo     Previous      Next     

Sun logo
Sun Java[TM] System Identity Manager 7.0 Release Notes 

Documentation Additions and Corrections

This section contains new and corrected information that was required after the Identity Manager 7.0 documentation set was published. This information is organized as follows:


Identity Manager Installation

This section provides new information and documentation corrections related to Sun Java™ System Identity Manager Installation.

What’s New?

The following new information was added to Identity Manager Installation:

Updates

This section provides corrected information for Identity Manager Installation:


Identity Manager Upgrade

This section provides new information and documentation corrections for Sun Java™ System Identity Manager Upgrade.

What’s New?

The following new information was added to the Identity Manager Upgrade:


Identity Manager Administration Guide

This section provides new information and documentation corrections for Sun Java™ System Identity Manager Administration.

What’s New?

With the merging of several publications (Identity Auditor Administration, Identity Manager Service Provider Edition Administration Addendum, and Identity Manager Audit Logging) into the Identity Manager Administration guide several new chapters have been added in this edition.

The following information is new in the Identity Manager Administration guide:

Updates

This section provides corrections to the Identity Manager Administration documentation:

Chapter 2, Getting Started

The Requests option described in the Identity Manager User Interface section should read as follows:

Chapter 3, User and Account Management

Two new User Actions are now available from the Accounts > List Accounts tab related to identity auditing:

These options were previously available in Identity Auditor from the Compliance > User tab.

Chapter 6, Data Synchronization and Loading

You can now apply Identity Attributes during a load operation.

To enable the ability to apply identity attributes during a load operation, add Load from File or Load from Resource to the list of enabled applications for the Identity Attributes.

When enabled, the load operation does not display the following options:

If you select the Update Accounts option, then all identity attributes are processed fully and accounts are reprovisioned. Otherwise, only attributes that are sourced from the file, or from the resource, being loaded and that flow to the Identity user are processed.

Chapter 9, Password Sync

Configuring a JMS Listener Adapter for Password Sync is now done through the Meta View, instead of using the Active Sync Wizard.

To configure a JMS Listener Adapter for Password Sync, do the following:

  1. Log in to the Identity Manager Administrative Interface.
  2. Click Meta View > Identity Attributes.
  3. Add the following attributes:
    • accountID — Select this attribute in the Attribute Name field and then select the IDMAccountid attribute from the JMS resource.
    • password — Select this attribute in the Attribute Name field and then select the password attribute from the JMS resource.
  4. Set the Attribute Properties as appropriate. For more information about setting attribute properties, see “Adding and Editing Identity Attributes” in Chapter 3 of the Identity Manager Administration guide.
  5. Specify Targets as appropriate. For example, you can add LDAP targets if desired, or edit the conditions for the target attributes.
  6. Click OK to return to the Identity Attributes page.
  7. In the Enabled Applications area, select the Active Sync application.
  8. Click Save.
  9. Follow the instructions in “Configuring Synchronization” for Active Sync adapters in Chapter 6 of Identity Manager Administration to configure synchronization for the JMS Listener adapter.

Chapter 11, Identity Auditing


Identity Manager Resources Reference

This section contains new information and documentation corrections for the Sun Java™ System Identity Manager Resources Reference:

What’s New?

The following new information was added to the Identity Manager Resources Reference:

Updates

The Provisioning Notes table for the Shell Script adapter should state that enabling and disabling accounts is supported.


Identity Manager Technical Deployment Overview

This section contains new information and documentation corrections for Sun Java™ System Identity Manager Technical Deployment Overview:

What’s New?

The following new information was added to Identity Manager Technical Deployment Overview:

Updates

This section provides corrections to Identity Manager Technical Deployment Overview:


Identity Manager Workflows, Forms, and Views

This section contains new information and documentation corrections for Sun Java™ System Identity Manager Workflows, Forms, and Views.

What’s New?

The following new information was added to Identity Manager Workflows, Forms, and Views:

Updates

This section provides corrections to the Identity Manager Workflows, Forms, and Views documentation:


Identity Manager Deployment Tools

This section contains new information and documentation corrections for the Sun Java™ System Identity Manager Deployment Tools:

What’s New?

The following new information was added to the Identity Manager Deployment Tools:


Identity Manager Tuning, Troubleshooting, and Error Messages

This section provides new information and documentation corrections for Sun Java™ System Identity Manager Tuning, Troubleshooting, and Error Messages.

What’s New?

The following new information was added to the Identity Manager Tuning, Troubleshooting, and Error Messages:

Updates

Some tasks have been moved from the adapter to the task package. Update these paths if you have tracing enabled for any of the following tasks, or if you have customized task definitions referencing these packages.

Old package name

New package name

com.waveset.adapter.ADSyncFailoverTask

com.waveset.task.ADSyncFailoverTask

com.waveset.adapter.ADSyncRecoveryCollectorTask

com.waveset.task.ADSyncRecoveryCollectorTask

com.waveset.adapter.SARunner

com.waveset.task.SARunner

com.waveset.adapter.SourceAdapterTask

com.waveset.task.SourceAdapterTask


Identity Manager Service Provider Edition Deployment

This section provides new information and documentation corrections for Sun Java™ System Identity Manager SPE Deployment.

What’s New?


Using helpTool

With the Identity Manager 6.0 release, a new feature has been added that allows you to search the online help and documentation files, which are in HTML format. The search engine is based on the SunLabs “Nova” search engine technology.

There are two stages to using the Nova engine: indexing and retrieval. During the indexing stage, the input documents are analyzed and an index is created which is used during the retrieval stage. During retrieval, it is possible to pull “passages” that consist of the context in which the query terms were found. The passage retrieval process requires the original HTML files to be present, so these files must exist in a location in the file system accessible by the search engine.

helpTool is a Java program that performs two basic functions:

You execute helpTool from the command line, as follows:

$ java -jar helpTool.jar

usage: HelpTool

-d Destination directory

-h This help information

-i Directory or JAR containing input files, no wildcards

-n Directory for Nova index

-o Output file name

-p Indexing properties file

Rebuilding/Re-Creating the Online Help Index

The HTML files for online help are packaged in a JAR file. You must extract these files to a directory for the search engine. Use the following procedure:

  1. Unpack the helpTool distribution to a temporary directory. (Details TBD)
  2. In this example, we will extract the files to /tmp/helpTool.

  3. In a UNIX shell or Windows command window, change directory to the location where the Identity Manager application was deployed to your web container.
  4. For example, a directory for Sun Java System Application Server might look like the following:

  1. Change your current working directory to the help/ directory.

  2. Note

    It is important to run helpTool from this directory or the index will not build correctly. In addition, you should remove the old index files by deleting the contents of the index/help/ subdirectory.


  3. Gather the following information for your command line arguments:
    • Destination directoryhtml/help/en_US

    • Note

      Use the locale string appropriate for your installation.


    • Input file../WEB-INF/lib/idm.jar
    • Nova index directoryindex/help
    • Output file nameindex_files_help.txt

    • Note

      The name of the file is not important — but the tool will exit if this file already exists.


    • Indexing properties fileindex/index.properties
  4. Run the following command:

Rebuilding/Re-Creating the Documentation Index

Use the following procedure to rebuild or re-create the documentation index:

  1. Unpack the helpTool distribution to a temporary directory. (Details TBD)
  2. In this example, we will extract the files to /tmp/helpTool.

  3. In a UNIX shell or Windows command window, change directory to the location where the Identity Manager application was deployed to your web container.
  4. For example, a directory for Sun Java System Application Server might look like:

  1. Change your current working directory to the help/ directory.

  2. Note

    You must run helpTool from this directory or the index will not build correctly. In addition you should remove the old index files by deleting the contents of the index/docs/ subdirectory.


  3. Gather the following information for your command line arguments:
    • Destination directoryhtml/docs
    • Input files../doc/HTML/en_US

    • Note

      The tool will copy the en_US/ directory and subdirectories to the destination.


    • Nova index directoryindex/docs
    • Output file nameindex_files_docs.txt

    • Note

      The name of the file is not important – but the tool will exit if this file already exists.


    • Indexing properties fileindex/index.properties
  4. Run the following command:


Previous      Next     


Copyright 2006 Sun Microsystems, Inc. All rights reserved.