From: Graham B. <gb...@po...> - 2000-05-08 08:06:12
|
Net::LDAP::Util will help you determine what the error codes mean. Error code 2 is LDAP_PROTOCOL_ERROR and now I am wondering if you have hit the same problem as someone else I have been talking to. What platforms are you running on and what is the server you are talking to ? Graham. On Mon, May 08, 2000 at 12:06:46PM +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. > > At 09:17 AM 5/5/00 +0100, Graham Barr wrote: > >On Fri, May 05, 2000 at 02:10:05PM +1000, David Bussenschutt wrote: > >> Howdy, > >> Using the following code, I found that for creating users in a batch like > >> this, I get $result->code reporting that the 'add' failed after 125 users > >> are created. > >> (from 126 to 150, all are reported as 'failed' even thought they are > created.) > >> Interestingly though, the users are actually added to the ldap database > >> successfully. > > > >What value do you get from $result->code ? |