kkdcp.asn: use GeneralString for KerberosString to follow RFC1510

This commit is contained in:
Nikos Mavrogiannopoulos
2015-02-27 15:01:20 +01:00
parent dd8b53f655
commit 8bc43d6977
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ BEGIN
KDC-PROXY-MESSAGE ::= SEQUENCE { KDC-PROXY-MESSAGE ::= SEQUENCE {
kerb-message [0] OCTET STRING, kerb-message [0] OCTET STRING,
target-domain [1] IA5String OPTIONAL, target-domain [1] GeneralString OPTIONAL,
dclocator-hint [2] INTEGER OPTIONAL dclocator-hint [2] INTEGER OPTIONAL
} }
+1 -1
View File
@@ -10,7 +10,7 @@ const asn1_static_node kkdcp_asn1_tab[] = {
{ "KDC-PROXY-MESSAGE", 536870917, NULL }, { "KDC-PROXY-MESSAGE", 536870917, NULL },
{ "kerb-message", 1610620935, NULL }, { "kerb-message", 1610620935, NULL },
{ NULL, 2056, "0"}, { NULL, 2056, "0"},
{ "target-domain", 1610637341, NULL }, { "target-domain", 1610637339, NULL },
{ NULL, 2056, "1"}, { NULL, 2056, "1"},
{ "dclocator-hint", 536895491, NULL }, { "dclocator-hint", 536895491, NULL },
{ NULL, 2056, "2"}, { NULL, 2056, "2"},