Skip to Main Content
IBM Data and AI Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:


Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,


Post your ideas

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

IBM Employees should enter Ideas at https://ideas.ibm.com


Status Not under consideration
Workspace Db2
Components Security
Created by Guest
Created on Oct 28, 2019

Allow to switch off username conversion to lowercase

We are currently using Db2, SLES11, RACF/LDAP (zOS). Application users (personalized users, not system users) connecting to Db2 are defined in RACF/LDAP.

 

Db2 user authentication and authorization is using Transparent LDAP, accessing RACF/LDAP. The usernames in RACF/LDAP are defined using uppercase letters, e.g. S123456 (zOS). DB2 privileges like "connect, select, update ..." are granted to LDAP groups, but not the primary group of a user. (System users like Db2 instance users and administration users (performing loads into DB2) are managed locally on Liunux by /etc/passwd.)

 

This architecture worked well using SLES11, after Linux migration to SLES12 it did not work anymore. The reason is on the one hand SLES12 is not case insensitive regarding usernames anymore, SLES11 was case insensitive (the changed behavior is treated as a correction by SuSE). On the other hand it was found out Db2 is converting usernames always to lowercase, e.g. Db2 converts username [S123456] to [s123456] for groupset enumeration.

 

Thus, if Db2 establishes a connection using conversion  "lower(username)" the secondary groups of username are not returned by LDAP, leading to missing permissions. User/password authenticatoin  is working this way, but not evaluating the secondary groups. If Db2 would provide a way (e.g. Db2 registry variable) to switch off the conversion of the username, RACF/LDAP  would return the complete user group-list. See Db2 case TS002722481 (and Linux case TS002758643, TS002764890).

Needed by Date Nov 30, 2019