mdarifmustafa / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

ldaptive: ASN.1 support for long form integer #132

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The asn.1 package currently does not support long form integers. Active 
Directory requires this functionality in their paged request implementation. A 
unit test for this functionality was added in r 2348.

Original issue reported on code.google.com by dfis...@gmail.com on 10 Apr 2012 at 4:26

GoogleCodeExporter commented 8 years ago
Add implementation to support integers up to 4 bytes long, which is the max 
length for the int type.
By default integers will be encoded as either 1 byte or 4 bytes padded with 0.
Fixed in r2377.

Original comment by dfis...@gmail.com on 4 May 2012 at 2:44