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 Future consideration
Workspace Informix
Components Informix Server
Created by Guest
Created on Dec 16, 2019

Allow Informix to accept Non PAM aware clients to connect when using PAM PASSWORD mode

Standard Informix Authentication on unix will perform a getpwnam() call to retrieve the encrypted shadow password from the OS, it will then  compare an encrypted version of the password supplied by the client against this, and if they match, authentication would succeed.

 

Unfortunately, LDAP clients and servers are no longer sending the encrypted passwords across the wire due to Security issues, and some common implementations of authentication like SSSD  specifically stop sending any encrypted password over the network.

 

We are therefore forced to use PAM to authenticate our several thousand user base.

 

However, a large portion of our estate use older clients such as OLEDB, or DataDirect ODBC drivers (Like IBM Information server).

 

These clients will not work when connecting to a PAM configured port, the Engine will only accept clients that have sent the CLNT_PAM_CAPABLE flag to the server. 

 

Theoretically, this behaviour is only required for connections where PAM is in CHALLENGE mode, as the client will need to be able to deal with PAM callbacks.
However, this is not required in PASSWORD mode, as the password is already sent in the request.

Several older Clients, as well as OLEDB clients will never send this flag, and as such cannot connect, even when using PASSWORD mode.  This is an unnecessary restriction, and is causing significant problems to us and other customers.

 

--------------------------------------------------------

Our request is to allow PAM clients to connect even when they have not set the flag, but only if the server is in PAM PASSWORD mode:

1- If listener is PAM in PASSWORD mode, then whatever client is connecting, as long as it sends the password, authentication should be done through PAM in transparent mode, even if CLNT_PAM_CAPABLE is not set


2- If listener is PAM in challenge mode, than the variable needs to be sent from the client, and the client needs to answer properly (SQ_ACK?) etc. and old drivers, OleDB, DRDA etc. will not be accepted


Discussions have been ongoing with Javier Sagrera and Andreas Legner, who are aware of our requirement and are aware of what would be required to implement this request.

Needed by Date Feb 3, 2020