Convert-ASN1

 view release on metacpan or  search on metacpan

examples/ldap  view on Meta::CPAN

83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
           -- 22-31 unused --
noSuchObject                 (32),
aliasProblem                 (33),
invalidDNSyntax              (34),
-- 35 reserved for undefined isLeaf --
aliasDereferencingProblem    (36),
           -- 37-47 unused --
inappropriateAuthentication  (48),
invalidCredentials           (49),
insufficientAccessRights     (50),
busy                         (51),
unavailable                  (52),
unwillingToPerform           (53),
loopDetect                   (54),
           -- 55-63 unused --
namingViolation              (64),
objectClassViolation         (65),
notAllowedOnNonLeaf          (66),
notAllowedOnRDN              (67),
entryAlreadyExists           (68),
objectClassModsProhibited    (69),

examples/ldap  view on Meta::CPAN

263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
             contextID     OCTET STRING OPTIONAL }
 
       VirtualListViewResponse ::= SEQUENCE {
               targetPosition    INTEGER , --(0 .. maxInt),
               contentCount     INTEGER , --(0 .. maxInt),
               virtualListViewResult ENUMERATED {
                       success (0),
                       operatonsError (1),
                       unwillingToPerform (53),
                       insufficientAccessRights (50),
                       busy (51),
                       timeLimitExceeded (3),
                       adminLimitExceeded (11),
                       sortControlMissing (60),
                       indexRangeError (61),
                       other (80) }  }
ESQ
 
use lib 'lib';
use Convert::ASN1 qw(:debug);
use Convert::ASN1::Debug qw(asn_dump asn_hexdump);



( run in 0.238 second using v1.01-cache-2.11-cpan-eab888a1d7d )