Re: noSuchAttribute??

Mark Wahl (M.Wahl@critical-angle.com)
Wed, 11 Sep 1996 19:40:30 -0500

Your requests and responses appear to be incorrect as there is no protocol
element with tag 0.

I would have expected something like:

[sent to server]
0x30 0x0C
0x02 0x01 0x00
0x60 0x07
0x02 0x01 0x00
0x04 0x00
0x80 0x00 -- was 0x00 0x00
[--------------]

and

[received from server]
0x30 0x0C
0x02 0x01 0x00
0x61 0x07
0x0A 0x01 0x00
0x04 0x00
0x04 0x00 -- was 0x00 0x00
[--------------------]

To answer your original question, the server appears to have returned error
code 0, which is success. 0x0A is the tag (ENUMERATED), 0x01 is the length
(one byte), 0x00 is the value.

Mark Wahl, Enterprise Directory Integration
Critical Angle Incorporated