Table of Contents

Search

  1. Abstract
  2. Apache Log4j RCE Vulnerability
  3. Installation and Upgrade
  4. 10.5 Fixed Limitations
  5. 10.5 Known Limitations
  6. Cumulative Known Limitations
  7. Emergency Bug Fixes Merged into Multidomain MDM 10.5

Configuring Single Sign-On Authentication for Data Director in IBM Db2 Environments

Configuring Single Sign-On Authentication for Data Director in IBM Db2 Environments

In IBM Db2 environments, when you configure Single Sign-On (SSO) authentication for Data Director, you upload a custom login provider package in Data Director Configuration Manager. If the size of the custom login provider package is greater than 1 MB, Data Director Configuration Manager cannot save the package.
To configure SSO by using a custom login provider package that is greater than 1 MB, perform the following steps:
  1. Run the following Db2 database command:
    UPDATE C_REPOS_COLUMN SET DATA_LENGTH = 50000000 WHERE TABLE_NAME = 'C_REPOS_DS_LOGIN_SETTINGS' AND COLUMN_NAME = 'BLOB_DATA' ALTER TABLE C_REPOS_DS_LOGIN_SETTINGS ALTER COLUMN BLOB_DATA SET DATA TYPE BLOB(50M) REORG TABLE C_REPOS_DS_LOGIN_SETTINGS COMMIT
  2. In Data Director Configuration Manager, use the
    Login Provider Settings
    page to upload the custom login provider package.
(MDM-31317)

0 COMMENTS

We’d like to hear from you!