Previous Topic: PRXBINDPW Keyword—Authenticate LDAP ServerNext Topic: PRXLDAPHST Keyword—LDAP Server URL and Port


PRXKRBREG Keyword—Kerb Registry Name

Valid on z/OS.

The PRXKRBREG keyword keyword is the name of the Kerb registry. The field can be mixed case and up to 255 characters in length.

For information, see the EIM and PROXY keywords.

When used with ADD or REPLACE, this keyword has the following format:

TSS ADDTO(SDT) EIMPROF(eim—profile—name)
               EIMOPTION(ON|OFF)
               EIMDOMAIN(name) 
               EIMLOCREG(name)
               PRXLDAPHST(name)
               PRXKRBREG(name)
               PRX509KRB(name)

When used with DELETE, this keyword has the following format:

TSS DELETE(SDT) EIMPROF(eim—profile—name) 

This keyword is used with:

Example: PRXKRBREG keyword

This example creates an EIMPROF record and add it to the SDT:

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