From: Graham B. <gb...@po...> - 2002-06-18 15:36:38
|
On Tue, Jun 18, 2002 at 03:56:14AM -0400, Darryl C Price wrote: I think the problem is in your encoding that you are sending > $passwdModReq = Convert::ASN1->new; > $passwdModReq->prepare(q<SEQUENCE { > userIdentity [1] STRING OPTIONAL, > newPasswd [2] STRING OPTIONAL userIdentity should be [0], RFC 30962 shows PasswdModifyRequestValue ::= SEQUENCE { userIdentity [0] OCTET STRING OPTIONAL oldPasswd [1] OCTET STRING OPTIONAL newPasswd [2] OCTET STRING OPTIONAL } Graham. |