IBM® Security Verify Governance for Command Line Interface (CLIx) 10.0.1 - Release notes

IBM Security Verify Governance Command Line Interface (CLIx) Adapter 10.0.1 is available. Compatibility, installation, and other getting-started issues are addressed.

 

Contents

 

Preface

Welcome to the IBM Security Verify Governance for Command Line Interface (CLIx) Adapter.

These Release Notes contain information for the following products that was not available when the IBM Security Verify Governance manuals were printed:

·         CLIx Adapter Installation and Configuration Guide

 

Adapter Features and Purpose


The Command Line Interface (CLIx) adapter is an IBM Identity Manager adapter designed primarily for applications and resources that do offer a programmable API. Without an API to the managed resource, an adapter developer is forced to issues command lines from the Java code to accomplish the required user management tasks.

 

Built on the IBM Security Directory Integrator framework, the CLI adapter provides all the programming modules needed by an adapter: IBM Security Directory Integrator connector and assembly lines. Instead of calling a set of APIs to perform a specific operation (i.e. create account), the CLI adapter will execute a command script locally on the operating system where the adapter is running. The adapter will pass the attributes as parameters to the command script. The command will perform the requested operation (i.e. create account) and returns the status.

 

·         The CLI adapter package provides a sample CLI profile and a complete set of command line batch files. The sample profile and command line batch files illustrate a fully functional adapter. It’s highly recommended that you review the content of the CLI Sample adapter. The CLI Sample adapter will be referenced throughout this document

License Agreement

Review and agree to the terms of the IBM Security Verify Governance license prior to using this product. The license can be viewed from the     

"license" folder included in the product package.

 

 

Contents of this Release

Adapter Version

Component

Version

Build Date

2023 March 17 01.55.34

Adapter Version

10.0.1

Component Versions

Assembly Line Version: 10.0.1

Profile:  10.0.1 (CLI Sample adapter)

Connector: 10.0.1.30
Dispatcher: 7.1.40 (or higher, packaged separately)

Documentation

The following guides are available in the IBM Knowledge Centre

·         Directory Integrator-based CLIX Adapter Installation and Configuration Guide

New Features

Internal#

Enhancement # (Idea)

Description

 

 

Items included in 10.0.1 release

RTC 191242

 

Rebranding to IBM Security Verify Governance

 

 

Items included in this release (7.1.4)

 

RTC 154244

Initial Release

 

Note – This adapter works on IGI 5.2.2 FP1 version.

 

Closed Issues

Internal#

APAR# / Case#

PMR# / Description

 

 

Items included in this release (7.1.4)

 

 

None

 

Known limitations

CMVC#

APAR#

PMR# / Description

 

 

To prevent passwords from appearing in clear text in the ibmdi.log file, the connector checks if any attribute name contains the word ‘pass’ or ‘pwd’. If yes, then the value of that attribute is masked. If your profile contains such an attribute, ensure that it contains ‘pass’ or ‘pwd’ so that it does not appear in clear text in the logs.

With the current release of the adapter, ‘Replace Only’ operation is supported for multi value attributes. Add/Del operations may be supported in a future release.

 AL caching may not work for this adapter since the scripts create the connection to the managed resource. The TDI framework cannot cache these types of external connections.

 Passing the search filter from ISIM to the command line scripts is only supported on UNIX and Linux platforms.

 Attribute values with open and closed brackets are only supported on UNIX and Linux platforms.

Installation and Configuration Notes

See the IBM Security Verify Governance Adapter Installation Guide for detailed instructions.

Corrections to Installation Guide

 

The following corrections to the Installation Guide apply to this release:

 

None.

 

Configuration Notes

 

The following configuration notes apply to this release:

 

            None.

 

Installing ILMT-Tags File

 Before you begin:

    The Dispatcher must be installed

 

 Procedure:

    Copy the files from ILMT-Tags folder to the specified location:

    1. Windows: <SDI-HOME>\swidtag

    2. UNIX/Linux: <SDI-HOME>/swidtag

 

Adapter design updates

 The following design update is not included in accompanied white paper or the sample adapter and will be updated in the next release of the adapter.

            Delete attribute values from ISIM: ‘Parsing the command line arguments’ section:

When an attribute value has the string NULL it implies that the value was deleted on the ISIM server.  This is true for single and multiple valued attributes.  For multiple valued attributes, if the command line        contains the attribute name with a value of NULL, it means that all values have been deleted on the ISIM server.

 For example:

CLIx\clix-add.bat -s:erSampleCmdServer ACME -s:erServiceUid admin -s:erPassword test -erUid johnd -erPassword changeme -erSampleFirstName John -erSampleLastName Doe -erSampleUserLocation NULL -erSampleMemberOf 101 -erSampleMemberOf 102 -erSampleMemberOf 103 -erSampleUserRole Develope

The value for attribute erSampleUserLocation is the string NULL.  The clix-add.bat script must have logic to handle this scenario.

 

Customizing or Extending Adapter Features

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

Enabling TLSv1.2 in Security Directory Integrator

Procedure:   

1. Apply recommended fix packs and limited availability (LA) versions on the Security Directory Integrator. See Recommended fixes for IBM Tivoli Directory Integrator (TDI) & IBM Security Directory Integrator (SDI).

2. After applying the appropriate updates, modify the /solution.properties file by appending the following text to the bottom of the file:

 

#####################

# # Protocols to enforce SSL protocols in a SDI Server

# # Optional values for com.ibm.di.SSL* property (TLSv1, TLSv1.1, TLSv1.2). # # This can be a multi-valued comma separated property

# # Optional values for com.ibm.jsse2.overrideDefaultProtocol property (SSL_TLSv2, TLSv1,TLSv11,TLSv12).

# # This is a single value property.

#####################

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 IBM Security Directory Integrator connector, the developer must also be familiar with IBM Security Directory Integrator connector development and working knowledge of Java programming language.

IBM Security Identity Server Resources:

            Check the "Training" section of the IBM Knowledge Center for links to training, publications, and demos.

IBM Security Directory Integrator Resources:

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

IBM Security Verify Governance Adapter Development:

 

Adapter Development Tool

The Adapter Development Tool, ADT, is a tool used by IBM Security Identity Server customers and consultants to create custom ISIM adapters. It reduces adapter delivery time by about 50% and it helps in the development of custom adapters. The Adapter development tool is available on the IBM Open Process Automation Library (OPAL).

 

Troubleshooting

             Enabling DEBUG Logs on SDI Server

                          Procedure:

                          1. Stop the SDI Server process

                          Pre-7.2.0-ISS-SDI-FP0008

                          2. Edit the <SDI_Solution_Directory>/etc/log4j.properties

                          3. Modify the following line:

                                      log4j.rootCategory=INFO, Default
                                      to
                                      log4j.rootCategory=DEBUG, Default

                          Post-7.2.0-ISS-SDI-FP0008

                          2. Edit the <SDI_Solution_Directory>/etc/log4j2.xml

                          3. Modify the following line:

                                      <Root level="info">
                                      to
                                      <Root level="debug">

                          4. Start the SDI Server process

                          5. Re-create the problem and collect the <SDI_Solution_Dir>/logs/ibmdi.log

Support for Customized Adapters

The integration to IBM Security 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 Security Verify Governance was built and tested on the following product versions.

Adapter Installation Platform: 

Security Directory Integrator 7.2 FP8 or higher

Managed Resource:

Customizable

Verify Governance

      IBM Security Verify Governance 10.x

      IBM Security Verify Governance Identity Manager 10.x

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.