Previous Topic: REALM  Keyword—Define RealmsNext Topic: REALM(FOREIGN_REALM) Keyword—Foreign Node Label


Examples: REALM keyword

This example creates the default realm record:

TSS ADDTO(SDT) REALM(KERBDFLT)
               REALMNAME(LOCAL.CA.COM)
               MINTKTLF(30) 
               MAXTKTLF(86400)
               DEFTKTLF(36000)
               KERBPASS(CHILDREN)

This example deletes the default realm record:

TSS REMOVE(SDT) REALM(KERBDFLT)

This example lists all REALM records in the SDT:

TSS LIST(SDT) REALM(ALL)