From: Graham B. <gb...@us...> - 2003-04-07 15:05:18
|
Update of /cvsroot/perl-ldap/ldap/lib/Net/LDAP In directory sc8-pr-cvs1:/tmp/cvs-serv29845/lib/Net/LDAP Modified Files: ASN.pm Log Message: Fix VLV response extraction. Patch from Paul Connolly Index: ASN.pm =================================================================== RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP/ASN.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- ASN.pm 11 Jun 2001 16:20:32 -0000 1.5 +++ ASN.pm 7 Apr 2003 15:05:12 -0000 1.6 @@ -2,6 +2,8 @@ package Net::LDAP::ASN; +$VERSION = "0.02"; + use Convert::ASN1; my $asn = Convert::ASN1->new; @@ -312,7 +314,8 @@ adminLimitExceeded (11), sortControlMissing (60), indexRangeError (61), - other (80) } } + other (80) } + contextID OCTET STRING OPTIONAL } LDAPEntry ::= COMPONENTS OF AddRequest |