From: Graham B. <gb...@po...> - 2000-05-08 09:32:28
|
On Mon, May 08, 2000 at 10:00:56AM +0100, Chris Ridd wrote: > On Mon, 08 May 2000 12:06:46 +1000, David Bussenschutt wrote: > > $result ->code returns..... > > > > just let me check.... > > > > error code 2. (on add and delete) - what does error code 2 mean? > > > > David. > > > > "Protocol error". Hm.. Protocol error is usually a problem in Net::LDAP somewhere. Either we have sent a bad PDU or got one back. Or if there is a problem reading one asn_recv may return an empty PDU which will result in this too. It needs further investigation, with debug turned on, to determine where the real problem lies. Graham. |