Previous Topic: LDS Keyword—Add or Remove LDS AttributeNext Topic: LIBRARY Keyword—Specify Privileged Program Library


LDSYSID Keyword—Define LDS Global Options

Valid on z/OS.

Use the LDSYSID keyword to define LDS global options to the TSS database as NDT LDSYSID elements.

This keyword has the following format:

TSS ADDTO(NDT) LDSYSID(system smfid)
               DEBUG(YES/NO)
               RETRY(nnn)
               TIMEOUT(nnn)
               JOURNAL(YES/NO)
               JOURNALDSN(dsname)
               KEYRING(ring_name)
LDSYSID(smfid)

The SMFID of the system where the LDS global options apply.

DEBUG(YES/NO)

Indicates that global tracing of all LDAP nodes is enabled or disabled.

JOURNAL(YES|NO)

Specifies whether journaling of all LDAP outbound traffic is enabled

JOURNALDSN(dsname)

Specifies the Dataset name of the file used for writing journal records when LDS journaling is enabled.

RETRY(nnn)

Specifies the number of times the LDS server task will retry a failed send operation to the remote LDAP directory, before deactivating the LDAP node.

Default: 3

TIMEOUT(nnn)

Specifies time interval in seconds at which the LDS server task will stop waiting for a response from the remote LDAP directory and schedule a retry attempt for the stalled send operation.

Default: 5 seconds

KEYRING(ringname)

Specifies the name of the SSL keyring holding the digital certificates which are used by LDS for SSL authentication.

The keyword is used with the commands ADD, LIST, REMOVE, and REPLACE.