Table of Contents

Search

  1. Abstract
  2. Installation and Upgrade
  3. 10.4 Fixed Limitations
  4. 10.4 Closed Enhancement Requests
  5. 10.4 Known Limitations
  6. Cumulative Known Limitations

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!