
Appendix B. DB2 connectivity 311
LINKNAME Identifies the TCP/IP network location associated with the row. A blank
indicates it applies to all TCP/IP partners. For non blank values, this
value must match the LINKNAME value in SYSIBM.IPNAMES.
NEWAUTHID The translated value of AUTHID.
PASSWORD The password to accompany an outbound request. This column is
ignored if RACF PassTickets, or already verified USERIDs are used.
Example: B-3 Insert into USERNAMES table
INSERT INTO SYSIBM.USERNAMES (TYPE, LINKNAME, NEWAUTHID, PASSWORD)
VALUES ('O', 'DMAIX', 'db2inst1', 'xxxxxxxx');
INSERT INTO SYSIBM.USERNAMES (TYPE, LINKNAME, NEWAUTHID, PASSWORD)