Previous Topic: ENCRYPT Keyword—Encryption LevelNext Topic: ENCRYPT Keyword—Encryption Level Override


Examples: ENCRYPT keyword

This example enables the encryption levels DES and DES3 in the local REALM:

TSS ADD(SDT) REALM(KERBDFLT) 
             REALMNAME(HYPOTHETICAL.CA.COM)
             KERBPASS(THET1CAL)
             ENCRYPT('NODESD')

This example limits the encryption for a particular user to DES encryption only:

TSS ADD(KRBPEON) KERBNAME(KRBPEON)
                 ENCRYPT('NODESD NODES3')

This example defines a local realm with an explicit encryption level:

TSS ADD(SDT) REALM(KERBDFLT) 
             REALMNAME('BOTTOMFEEDER.CARP.COM')
             ENCRYPT('DES DES3 NODESD')
             KERBPASS(GZORNPLT)

This example defines ACID TESTER with a lesser encryption level:

TSS ADD(TESTER) KERBNAME(TESTER)
                ENCRYPT('DES NODES3 NODESD')