mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-08-09 09:51:49 +08:00
kkdcp.asn: use GeneralString for KerberosString to follow RFC1510
This commit is contained in:
+1
-1
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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"},
|
||||||
|
|||||||
Reference in New Issue
Block a user