YanYan created DIRKRB-589:
-----------------------------
Summary: ChangePasswdData ASN.1 structure support
Key: DIRKRB-589
URL: https://issues.apache.org/jira/browse/DIRKRB-589
Project: Directory Kerberos
Issue Type: New Feature
Reporter: YanYan
According to RFC3244 (Change and Set Password Protocols), the user-data in
KRB_PRIV message send by client consists of the following ASN.1 structure:
{code}
ChangePasswdData ::= SEQUENCE {
newpasswd[0] OCTET STRING,
targname[1] PrincipalName OPTIONAL,
targrealm[2] Realm OPTIONAL
}
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)