sinistersig
sinistersig
I think this may be a bug in the library. https://github.com/mcavage/node-ldapjs/blob/540a3a1f5c2f23ade95142fa2f43fb87db585b48/lib/change.js#L87 `_attr.addValue(val[k].toString());` converts buffers to strings which causes an issue when it is added as an attribute https://github.com/mcavage/node-ldapjs/blob/540a3a1f5c2f23ade95142fa2f43fb87db585b48/lib/attribute.js#L71 `if (Buffer.isBuffer(val))...
I have a requirement where it is necessary for blocks of text to not be broken in the middle ie. if a page break is necessary the block should start...
I tried using the example project and I kept on getting Cannot GET /register when using the latest version of express. I downgraded express to v2.5 and it worked as...