heimdal:krb5.asn1: remove KRB5_PADATA_CLIENT_CANONICALIZED handling
This got removed between draft-ietf-krb-wg-kerberos-referrals-11.txt and the final rfc6806.txt. The number 133 was reassigned to PA-FX-COOKIE in rfc6113.txt. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
This commit is contained in:

committed by
Nicolas Williams

parent
29f6290fe6
commit
be63a2914a
@@ -176,7 +176,6 @@ PADATA-TYPE ::= INTEGER {
|
|||||||
-- tell KDC that is supports
|
-- tell KDC that is supports
|
||||||
-- the asCheckSum in the
|
-- the asCheckSum in the
|
||||||
-- PK-AS-REP
|
-- PK-AS-REP
|
||||||
KRB5-PADATA-CLIENT-CANONICALIZED(133), -- referals
|
|
||||||
KRB5-PADATA-FX-COOKIE(133), -- krb-wg-preauth-framework
|
KRB5-PADATA-FX-COOKIE(133), -- krb-wg-preauth-framework
|
||||||
KRB5-PADATA-AUTHENTICATION-SET(134), -- krb-wg-preauth-framework
|
KRB5-PADATA-AUTHENTICATION-SET(134), -- krb-wg-preauth-framework
|
||||||
KRB5-PADATA-AUTH-SET-SELECTED(135), -- krb-wg-preauth-framework
|
KRB5-PADATA-AUTH-SET-SELECTED(135), -- krb-wg-preauth-framework
|
||||||
@@ -751,16 +750,6 @@ KRB5SignedPath ::= SEQUENCE {
|
|||||||
method_data[3] METHOD-DATA OPTIONAL
|
method_data[3] METHOD-DATA OPTIONAL
|
||||||
}
|
}
|
||||||
|
|
||||||
PA-ClientCanonicalizedNames ::= SEQUENCE{
|
|
||||||
requested-name [0] PrincipalName,
|
|
||||||
mapped-name [1] PrincipalName
|
|
||||||
}
|
|
||||||
|
|
||||||
PA-ClientCanonicalized ::= SEQUENCE {
|
|
||||||
names [0] PA-ClientCanonicalizedNames,
|
|
||||||
canon-checksum [1] Checksum
|
|
||||||
}
|
|
||||||
|
|
||||||
AD-LoginAlias ::= SEQUENCE { -- ad-type number TBD --
|
AD-LoginAlias ::= SEQUENCE { -- ad-type number TBD --
|
||||||
login-alias [0] PrincipalName,
|
login-alias [0] PrincipalName,
|
||||||
checksum [1] Checksum
|
checksum [1] Checksum
|
||||||
|
Reference in New Issue
Block a user