From: Murugan K G <mur...@ya...> - 2002-06-10 12:36:59
|
Hi Thanks for your previous response. I have one more problem while decoding the message returned from the LDAP server.Is application [] tag is required while decoding the response as mentioned below. Any help? ##### decoding part ########### $asn = Convert::ASN1->new; $asn->prepare(q< [APPLICATION 24] SEQUENCE { responseName OCTET STRING, identity OCTET STRING } ); $out = $asn->decode($response); # which is #returned by send message print "The identity value is ". $out->{identity}; print "The response Value is". $out->{responseName}; Regards K.Murugan __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com |