From: Pythagoras W. <py...@ec...> - 2000-05-10 10:00:09
|
This appears to be a decoding error on Net::LDAP's part. When the operation number (5th byte of response) reaches 128 (0x80), the resulting message code changes to two. To wit: searching 126 ... 30 38 02 01 7F 64 33 04 2F 75 69 64 3D 70 79 2C 08...d3./uid=py, ... 0002 02 1: INTEGER = 127 ... searching 127 ... 30 38 02 01 80 64 33 04 2F 75 69 64 3D 70 79 2C 08...d3./uid=py, ... 0002 02 1: INTEGER = -128 search failed: 2 See the attached script and full output for more details. -- Py (Amateur Radio: KF6WFP) -- 3.141592653589793238462643383... Pythagoras Watson -- "Live long and may all your kernels pop." === py...@cs... ==== http://www.ecst.csuchico.edu/~py/ === |