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


Define KEYSMSTR Records to the SDT

Use the ADDTO command to add a KEYSMSTR record.

Note: Only the MSCA can specify the KEYSMSTR keyword.

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

TSS ADD(SDT) KEYSMSTR(LDAP.BINDPW.KEY) 
             DCENCRY(CCCCCCCCCCCCCCCC)
             KEYMASK|KEYENCRY]
DCENCRY

A 16-character hexadecimal encryption key value.

KEYMASK

(Default) indicates that the DCENCRY key is used to mask the user's DCE password when it is stored in the DCEKEY field of the user's acid record.

KEYENCRY

Indicates that the DCENCRY key is used to encrypt the user's DCE password when it is stored in the user's acid record.

Example: Define KEYSMSTR records

This example define the string C1C2C3C4C5C6C7C8 as the encryption key value for the LDAP PROXY BINDPW key:

TSS ADD(SDT) KEYSMSTR(LDAP.BINDPW.KEY)
             DCENCRY(C1C2C3C4C5C6C7C8)