aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/kerberos/RFC3244.asn
blob: 4dcd06e1ecfd735e9f9bd9a3eaf4f083feb5b5ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-- Extracted from RFC 3244

RFC3244 DEFINITIONS ::=
BEGIN

ChangePasswdData ::=  SEQUENCE {
	newpasswd[0]   OCTET STRING,
	targname[1]    PrincipalName OPTIONAL,
	targrealm[2]   Realm OPTIONAL
}

END