Previous Topic: Define LDAP Nodes as NDT Node ElementsNext Topic: Define Linux Nodes as NDT Node Elements


Define LDS Global Options as NDT LDSYSID Elements

LDS global options are defined to the TSS database as NDT LDSYSID elements using the following syntax:

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

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

DEBUG

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

JOURNAL

Specifies whether journaling of all LDAP outbound traffic is enabled.

JOURNALDSN

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

RETRY

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

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

KEYRING

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