Previous Topic: DCENCRY Keyword—Encryption Key ValueNext Topic: DEFACC Keyword—Resource Default Access


Examples: DCENCRY keyword

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

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

This example lists the KEYSMSTR record:

TSS LIST(SDT) KEYSMSTR(LDAP.BINDPW.KEY)

This example deletes the KEYSMSTR from the SDT:

TSS DELETE(SDT) KEYSMSTR(LDAP.BINDPW.KEY)