2.2.13 KERB-SUPERSEDED-BY-USER

The KERB-SUPERSEDED-BY-USER structure contains the name and the realm of a Kerberos principal that supersedes the existing principal, [RFC4120] section 5.2.2.

 KERB-SUPERSEDED-BY-USER ::= SEQUENCE {
     name              [0] PrincipalName,
     realm              [1] Realm,
     ...
 }

name: A STRING that contains the name of the Kerberos principal.

realm: A STRING that contains the realm of the of the Kerberos principal.