Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. 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
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


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.

Status Future consideration
Workspace IBM i
Categories Db2 for i
Created by Guest
Created on Sep 7, 2023

EDRSQL server requires QUSER *RWX authority to ROOT

We recently secured our ROOT directory in the IFS; however, when the EDRSQL server job (QXDAEDRSQL) starts up; MSG CPE3401 is shown in the joblog and the job ends. (see attached joblog)

The Security Audit Journal records an Authority Failure (AF) identifying QUSER and the ROOT directory as the object failing (see attached)

We determined that adding QUSER with *RWX and *NONE allows the EDRSQL server job to startup.

However....
Adding the communications default user profile (QUSER) to have full control over the ROOT directory is problematic.... Might you have a suggestion on how to accomplish this task without exposing our entire ROOT directory to the QUSER user profile?

Holly Rademacher (IBM) suggested that we could grant authority to QUSER before starting the service, and then remove authority once it's started. Kinda hokey, but it would work....


My code

0067.00 /* Start TCP

0068.00 QSYGETPH PRFHDL(&curprfhdl)

0069.00 QSYGETPH USER(qsecofr) PRFHDL(&secprfhdl)

0070.00 QWTSETP PRFHDL(&secprfhdl)

0071.00 STRTCP

0072.00 DLYJOB DLY(20)

0073.00

0074.00 /* Restart with correct auth

0075.00 ENDTCPSVR SERVER(*edrsql)

0076.00 DLYJOB DLY(10)

0077.00 CHGAUT OBJ('/') USER(QUSER) DTAAUT(*rwx)

0078.00 STRTCPSVR SERVER(*edrsql)

0079.00 DLYJOB DLY(10)

0080.00 CHGAUT OBJ('/') USER(QUSER) DTAAUT(*none) OBJAUT(*none)

0081.00 QSYRLSPH PRFHDL(&secprfhdl)

0082.00 QSYRLSPH PRFHDL(&curprfhdl)


Idea priority Medium
  • Admin
    Sabine Jordan
    Reply
    |
    Oct 18, 2023

    The CEAC has reviewed this requirement and recommends that IBM view this as a MEDIUM priority requirement that is important to address.


    This is not only true for the EDRSQL server - but for every service running on the platform as securing the root directory is highly recommended.

    Background: The COMMON Europe Advisory Council (CEAC) members have a broad range of experience in working with small and medium-sized IBM i customers. CEAC has a crucial role in working with IBM i development to help assess the value and impact of individual RFEs on the broader IBM i community and has therefore reviewed your RFE.

    To find out how CEAC help to shape the future of IBM i, see CEAC @ ibm.biz/BdYSYj and the article "The Five Hottest IBM i RFEs Of The Quarter" at ibm.biz/BdYSZT

    Sabine Jordan + Sara Anrdres – CEAC Program Manager, IBM

  • Guest
    Reply
    |
    Oct 3, 2023
    IBM will use this Idea as input to planning, but no commitment is made or implied. This Idea will be updated in the future if IBM implements it.

    Db2 for i development team
    IBM Power Systems Development