From: Murugan K G <mur...@ya...> - 2002-06-06 12:08:39
|
Hi LDAP gurus, The following script is not giving any result for me. AM i doing something wrong here. How can i assign LDAPDN ::LDAPString in the perl code?. Thanks in advance Regards K.Murugan use Convert::ASN1; $asn = Convert::ASN1->new; $asn->prepare(q< [APPLICATION 23] SEQUENCE { flags INTEGER, dn LDAPDN }>); $pdu = $asn->encode( flags => 0, dn => "ou=xx,o=xxxx"); $out = $asn->decode($pdu); print $out->{flags}," ",$out->{dn},"\n"; __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com |