Previous Topic: Define CALENDAR Records to the SDTNext Topic: Define KERBLINK Records to the SDT


Define EIMPROF Records to the SDT

Use the ADDTO command to add a EIMPROF record.

To define a new EIMPROF record to the SDT, enter the command:

TSS ADDTO(SDT) EIMPROF(eim-profile-name)
               EIMOPTION(ON|OFF)
               EIMDOMAIN(name)
               EIMLOCREG(name)
               PRXLDAPHST(name)
               PRXBINDDN(name)
               PRXBINDPW(password)
EIMPROF

Specifies the EIM Profile name. To specify the default EIM record, EIMDEF is used. To specify the default PROXY record, PROXYDEF is used.

EIMOPTION

Specifies whether or not new connections may be established with the specified EIM domain.

EIMDOMAIN

The distinguished name of an EIM domain. This field can be mixed case.

Range: Up to 1023 characters

EIMLOCREG

The name of the local registry. The field can be mixed case.

Range: Up to 255 characters

PRXLDAPHST

The LDAP server, URL and port. The field can be mixed case.

Range: Up to 1023

PRXBINDDN

The distinguished name to use when authenticating to the LDAP server. The field can be mixed case.

Range: Up to 1023 characters

PRXBINDPW

The password to use to authenticate to the LDAP server. The field can be mixed case.

Range: Up to 128 characters

Example: Define EIMPROF records

This example creates a default EIM record:

TSS ADD(SDT) EIMPROF(eimdef)
             EIMOPTION(on)
             EIMDOMAIN('xxx-eimDomainName=EIM
                       Domain,o=Company,st=State,c=Country')
             EIMLOCREG('REGISTRY XE')
             PRXLDAPHST('LDAP HOST')
             PRXBINDDN('ldap://domain')
PRXBINDPW(bind password)