Release notes - IBM® Tivoli® Identity Manager PeopleTools Adapter 5.1.6

IBM Tivoli Identity Manager PeopleTools Adapter 5.1.6 is available. Compatibility, installation, and other getting-started issues are addressed.

 

Contents

 

Preface

Welcome to the IBM Tivoli Identity Manager PeopleTools  Adapter.

These Release Notes contain information for the following products that was not available when the IBM Tivoli Identity Manager manuals were printed:

 

Adapter Features and Purpose

 

The PeopleTools Adapter is designed to create and manage User Accounts on the PeopleSoft application. The adapter runs in "agentless" mode and communicates using JDBC and the PeopleTools Java API to the systems being managed.

 

IBM recommends the installation of this Adapter (and the prerequisite Tivoli Directory Integrator) on each node of an Identity Manager WAS cluster. A single copy of the adapter can handle multiple Tivoli Identity Manager Services. The deployment configuration is based, in part, on the topology of your network domain, but the primary factor is the planned structure of your Identity Manager Provisioning Policies and Approval Workflow process. Please refer to the Identity Manager Information Center for a discussion of these topics.

 

The Identity Manager Adapters are powerful tools that require Administrator Level authority. Adapters operate much like a human system administrator, creating accounts, permissions and home directories. Operations requested from the Identity Manager server will fail if the Adapter is not given sufficient authority to perform the requested task. IBM recommends that this Adapter run with administrative (root) permissions.

 

Service Groups Management

The ability to manage service groups is a new feature introduced in Tivoli Identity Manager 5.1. By service groups, Tivoli Identity Manager is referring to any logical entity that can group accounts together on the managed resource.

 

Managing service groups implies the following:

 

      Create service groups on the managed resource.

      Modify attribute of a service group.

      Delete a service group.

 

      Note that service group name change is not supported in Tivoli Identity Manager 5.1 release.

     

The PeopleTools adapter does not support service groups management.

 

 

Contents of this Release

Adapter Version

Component

Version

Release Date

2014 April 08 19.40.51

Adapter Version

5.1.6

Component Versions

Adapter build: 5.1.6.34

Profile:  5.1.6.34

Connector:  5.1.6.34

Dispatcher 5.724 or higher (packaged separately)

Documentation

Directory Integrator-Based PeopleTools Adapter Installation and Configuration Guide Version 5.1 (SC23-9639-00)

Directory Integrator-Based PeopleTools Adapter User Guide Version 5.1 (SC23-9640-00)

 

New Features

Enhancement # (FITS)

Description

 

 

Items included in current release

 

 

Added support for SDI 7.2

 

43348(25684)

 

New version of PeopleTools Adapter for v8.53 server

Note:  PeopleTools 8.53 requires SDI 7.2

 

29412(16774)

 

ISIM 6.0 - PeopleTools v8.53 Support

Note:  PeopleTools 8.53 requires SDI 7.2

 

 

Items included in 5.1.5 release

 

INT63021

 

Drop support of PeopleTools v8.45, v8.46, v8.47, v8.48 and v8.49

 

 

 

Items included in 5.1.4 release

 

INT57513

 

Support of PeopleTools 8.52

 

 

 

Items included in 5.1.3 release

 

MR0503114635

 

Support of PeopleTools 8.51

 

 

MR0429112244

 

PeopleTools 8.51 Adapter Support

Note:  PeopleTools 8.51 requires TDI 7.1

 

 

Items included in 5.1.2 release

 

MR0701105012

 

Extending schema with attributes (Peoplesoft) using two component interfaces.

See "MR0701105012" in the Configuration section of this document.

 

 

MR0414103524

 

Request for PeopleSoft adapter for latest 9.x version of PeopleSoft

 

 

MR0719104721

 

PeopleTools adapter needs to support PeopleTools v8.50

Note:  PeopleTools 8.50 requires TDI 7.1

 

 

Items included in 5.1.1 release

 

 

Initial release for ITIM v5.1

 

 

 

 

Added support for TDI 7.0

 

Closed Issues

Internal#

APAR#

PMR# / Description

 

 

 

Items closed in 5.1.5 version

 

 

 

IV27884

 

Installation steps missing in latest peopletools adapter package.

See Corrections to Installation guide under the Installation and Configuration Notes section for details.

 

 

INT66988

 

 

Concurrent multiple operation

When submitting an operation (such as a change password, delete or suspend operation) for multiple accounts, a java NullPointerException error may occur. A work around is to set the Max Connection Count to "1" under the Dispatcher Attributes tab on the service form.

 

 

 

 

Items closed in 5.1.4 version

 

 

 

IV14396

 

 

PeopleTools - datasync failed,due to bad value NaNu from PS

 

 

 

 

Items closed in 5.1.3 version

 

 

 

 

None

 

 

 

 

Items closed in 5.1.2 version

 

 

 

 

None

 

 

 

 

Items closed in 5.1.1 version

 

 

 

 

None

 

Known Issues

Internal#

APAR#

PMR# / Description

 

N/A

 

N/A

 

Uninstalling the Adapter

Do not use the "-awt" option with the adapter uninstaller in console mode. Uninstaller can be run with "-console" and "-silent" options.

 

 

N/A

 

N/A

 

Setting Custom ID Type

If a custom ID Type defined as "Custom" with 2 attribute say MyCustAttr1 and MyCustAttr2 with MyCustAttr1 as a required attribute and MyCustAttr2 as an optional attribute then two cases arises:

 

a)             When an invalid value is provided for the optional attribute, the user is added on the resource. The value format which goes to the adapter is:

Custom#MyCustAttr1$Myvalue1|MyCustAttr2$Myvalue2

Where Myvalue1 and Myvalue2 are values you want to set and Myvalue2 is an invalid value.

            The resource sets this ID Type with the following structure.

                        PSOPRALIAS

            - OPRALIASTYPE                                   Custom

                  - PSOPRALIASFIELD [1]

                                    -PSOPRALIASNAME     MyCustAttr1

                                    -PSOPRALIASVALUE    Myvalue1

                              -PSOPRALIASDESCR

             - PSOPRALIASFIELD [2]

                         -PSOPRALIASNAME      MyCustAttr2

                         -PSOPRALIASVALUE

                         -PSOPRALIASDESCR

 

b)            When an invalid attribute name is provided in place of the optional attribute, the user is added on the resource. The format which goes to the adapter is:

Custom#MyCustAttr1$Myvalue1|MyCust$Myvalue2

Where instead of providing MyCustAttr2 an invalid attribute name is sent

The resource sets this ID Type with the following structure.

                        PSOPRALIAS

                        - OPRALIASTYPE                                   Custom

                        - PSOPRALIASFIELD [1]

                                    -PSOPRALIASNAME     MyCustAttr1

                                    -PSOPRALIASVALUE    Myvalue1

                                    -PSOPRALIASDESCR

 

Note: This issue is applicable to all the PeopleTools versions. This is working as designed. The value sent to adapter is constructed value and there is no provision to inform IBM Tivoli Identity Manager that part of value is failed. After reconciliation or lookup the invalid attribute for an ID type will get cleared.

 

In case ‘a’:  after reconciliation the IBM Tivoli Identity Manager will show the following in the values field of the ID Type subform.

MyCustAttr1$Myvalue1|MyCustAttr2$

Instead of

MyCustAttr1$Myvalue1|MyCustAttr2$Myvalue2

 

In case ‘b’: after reconciliation the IBM Tivoli Identity Manager will show the following in the values field of the ID Type subform

MyCustAttr1$Myvalue1|MyCustAttr2$

Instead of

MyCustAttr1$Myvalue1|MyCust2$Myvalue2

 

Possible workaround: No workaround is available. This is a PeopleTools resource API behavior.

 

 

N/A

 

N/A

 

Reconciliation of Disabled ID Type

If a user with a set ID Type is reconciled and that ID Type is disabled on the resource then the subform displays the ID Type instead of the ID Type Description.

 

For example : If the ID Type Emp which has the description as Employee is disabled on the resource then the subform will show Emp instead of Employee in the ID Type column of the sub form.

 

Possible workaround: this is expected behavior.

 

 

 

Installation and Configuration Notes

 

See the IBM Tivoli Identity Manager Adapter Installation Guide for detailed instructions.

 

 

Corrections to Installation Guide

1.     Under section ‘PeopleSoft resource-specific JAR files’ of the installation guide shows how to create a psft.jar file. The following is correction to step 2 which includes an example of the path to the PSKeyStore.class file when PeopleSoft is installed on WebSphere environment.

Step 2: Locate the PSKeyStore.class file which is present in the pshttp folder of PeopleTools. It is located in the web server installation directory. For example,

Oracle WebLogic Servce:

PS_HOME\webserv\web_server\applications\peoplesoft\PORTAL.war\WEB-INF\classes\psft\pt8\pshttp

IBM WebSphere:

PS_HOME\webserv\profile_name\installedApps\app_name\NodeCell\app_name.ear\PORTAL.war\WEB-INF\classes\psft\pt8\pshttp

2.     Under section ‘Generating the CompIntfc.jar file’ of the installation guide shows how to generate the CompIntfc.jar file. The following is correction to step 5, it should be a list box instead of a drop-down menu which was mentioned in the installation guide.

Step 5: In the Java Classes frame, select the Build check box and select the appropriate Component Interfaces from the list box. You must select the
following options from the list box and then click OK:

Configuration Notes

The following configuration notes apply to this release:

            None.

 

Customizing or Extending Adapter Features

The Identity Manager adapters can be customized and/or extended. The type and method of this customization may vary from adapter to adapter.

Getting Started

Customizing and extending adapters requires a number of additional skills. The developer must be familiar with the following concepts and skills prior to beginning the modifications:

Note: If the customization requires a new Tivoli Directory Integrator connector, the developer must also be familiar with Tivoli Directory Integrator connector development and working knowledge of Java programming language.

IBM Tivoli Identity Manager Resources:

            Check the "Training" section of the IBM Tivoli Identity Manager Support web site for links to training, publications, and demos.

Tivoli Directory Integrator Resources:

            Check the "Training" section of the Tivoli Directory Integrator Support web site for links to training, publications, and demos.

Support for Customized Adapters

The integration to the Identity Manager server "the adapter framework" is supported. However, IBM does not support the customizations, scripts, or other modifications. If you experience a problem with a customized adapter, IBM Support may require the problem to be demonstrated on the GA version of the adapter before a PMR is opened.


Supported Configurations

Installation Platform

The IBM Tivoli Identity Manager Adapter was built and tested on the following product versions.

 

Adapter Installation Platform: 

 

·         Tivoli Directory Integrator 7.1 with Fix Pack 5 or higher       (for use with PeopleTools 8.50, 8.51 and 8.52)

·         Security Directory Integrator 7.2       (for use with PeopleTools 8.53)

Note:  The adapter supports IBM Security Directory Integrator 7.2, which is available only to customers who have the correct entitlement. Contact your IBM representative to find out if you have the entitlement to download IBM Security Directory Integrator 7.2.

 

Managed Resource:

 

·         PeopleTools                 8.50, 8.51, 8.52, 8.53

 

Note:  The adapter supports PeopleTools v8.50, v8.51 v8.52 with TDI 7.1 FP5 or higher and PeopleTools v8.53 with SDI 7.2.

 

 

IBM Tivoli Identity Manager:

 

·         Identity Manager v5.1

 

 

 

Notices

This information was developed for products and services offered in the U.S.A. IBM may not offer the products, services, or features discussed in this document in other countries. Consult your local IBM representative for information on the products and services currently available in your area. Any reference to an IBM product, program, or service is not intended to state or imply that only that IBM product, program, or service may be used. Any functionally equivalent product, program, or service that does not infringe any IBM intellectual property right may be used instead. However, it is the user's responsibility to evaluate and verify the operation of any non-IBM product, program, or service.

IBM may have patents or pending patent applications covering subject matter described in this document. The furnishing of this document does not give you any license to these patents. You can send license inquiries, in writing, to:

IBM Director of Licensing

IBM Corporation

North Castle Drive

Armonk, NY  10504-1785  U.S.A.

For license inquiries regarding double-byte (DBCS) information, contact the IBM Intellectual Property Department in your country or send inquiries, in writing, to:

IBM World Trade Asia Corporation

Licensing

2-31 Roppongi 3-chome, Minato-ku

Tokyo 106-0032, Japan

The following paragraph does not apply to the United Kingdom or any other country where such provisions are inconsistent with local law: INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement may not apply to you.

This information could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the publication. IBM may make improvements and/or changes in the product(s) and/or the program(s) described in this publication at any time without notice.

Any references in this information to non-IBM Web sites are provided for convenience only and do not in any manner serve as an endorsement of those Web sites. The materials at those Web sites are not part of the materials for this IBM product and use of those Web sites is at your own risk.

IBM may use or distribute any of the information you supply in any way it believes appropriate without incurring any obligation to you.

Licensees of this program who wish to have information about it for the purpose of enabling: (i) the exchange of information between independently created programs and other programs (including this one) and (ii) the mutual use of the information which has been exchanged should contact:

IBM Corporation

2ZA4/101

11400 Burnet Road

Austin, TX 78758  U.S.A.

Such information may be available, subject to appropriate terms and conditions, including in some cases, payment of a fee.

The licensed program described in this information and all licensed material available for it are provided by IBM under terms of the IBM Customer Agreement, IBM International Program License Agreement, or any equivalent agreement between us.

Any performance data contained herein was determined in a controlled environment. Therefore, the results obtained in other operating environments may vary significantly. Some measurements may have been made on development-level systems and there is no guarantee that these measurements will be the same on generally available systems. Furthermore, some measurements may have been estimated through extrapolation. Actual results may vary. Users of this document should verify the applicable data for their specific environment.

Information concerning non-IBM products was obtained from the suppliers of those products, their published announcements or other publicly available sources. IBM has not tested those products and cannot confirm the accuracy of performance, compatibility or any other claims related to non-IBM products. Questions on the capabilities of non-IBM products should be addressed to the suppliers of those products.

Trademarks

The following terms are trademarks or registered trademarks of International Business Machines Corporation in the United States, other countries, or both: IBM, IBM logo, AIX, DB2, Domino, Lotus, Tivoli, Tivoli logo, Universal Database, WebSphere, i5/OS, RACF.

Adobe, Acrobat, Portable Document Format (PDF), and PostScript are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States, other countries, or both.

Cell Broadband Engine and Cell/B.E. are trademarks of Sony Computer Entertainment, Inc., in the United States, other countries, or both and is used under license therefrom.

Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.

Microsoft, Windows, Windows NT®, and the Windows logo are trademarks of Microsoft Corporation in the United States, other countries, or both.

Intel®, Intel logo, Intel Inside®, Intel Inside logo, Intel Centrino™, Intel Centrino logo, Celeron®, Intel Xeon™, Intel SpeedStep®, Itanium®, and Pentium® are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

UNIX is a registered trademark of The Open Group in the United States and other countries.

Linux is a trademark of Linus Torvalds in the U.S., other countries, or both.

ITIL® is a registered trademark, and a registered community trademark of the Office of Government Commerce, and is registered in the U.S. Patent and Trademark Office.

IT Infrastructure Library® is a registered trademark of the Central Computer and Telecommunications Agency which is now part of the Office of Government Commerce.

Other company, product, and service names may be trademarks or service marks of others.