Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CHGSYSVAL QRETSVRSEC VALUE('1')

...

Preferred Server Authentication support

A new special value QDDMDRDASERVER is allowed for DDM and DRDA connections with 57xxSS1 PTF SI44316 (IBM i 7.1), SI44317 (V6R1M0), SI44315 (V5R4M0) applied. You may specify QDDMDRDASERVER in the SERVER parameter of Add Server Authentication Entry (ADDSVRAUTE) command. This new special value allows a user to make DDM or DRDA connections to any system in the TCP/IP network via a common user profile and password. This prevents having to add individual server authentication entries for every DRDA application server in every user profile on the system. For DRDA or RDB DDM files, this resolves the problem of having to add new server authentication entries for every user profile each time a new system has been added to the TCP/IP network.

...

RMVSVRAUTE USRPRF(QBRMS) SERVER(QDDMDRDASERVER)

NOTE: "QDDMSERVER" must be uppercase.

Original Server Authentication support

Use the following command to add server authentication entries for each user who will be authorized to perform secured TCP/IP operations to the Nodes:

ADDSVRAUTE USRPRF(user-profile) SERVER(QDDMSERVER) USRID(NodeUserProfile) PASSWORD(NodeUserProfilePassword)

Note: "QDDMSERVER" must be uppercase.

Use the following command to add a server authentication entry for the QBRMS user profile. (This user profile is used for network synchronization. )

ADDSVRAUTE USRPRF(QBRMS) SERVER(QDDMSERVER) USRID(NodeUserProfile) PASSWORD(NodeUserProfilePassword)

Note: "QDDMSERVER" must be uppercase.

If the user profile on the Node does not have *ALLOBJ special authority then the user should have QBRMS as a group profile and special authority must be *NONE. Use the following command on the Node to change user's profile.

...