On 1/5/06 8:01, Ed Miller <[EMAIL PROTECTED]> wrote:

> Love your quote text, btw ("In the immortal words of...")...
> 
> Unfortunately, this doesn't work either, and I had already tried it (see my
> original post).  Using the lines
> 
> $mesg = $entry->update($ldap);
> $mesg->code && die $mesg->error;
> 
> Produces no errors, yet nothing in the directory gets changed.  I'm uncertain
> why that's the case.  I have stepped through it using ptkdb, but I'm not
> following the action very well.
> 
> I'm still looking for suggestions... :(

If you call $ldap->debug(15); just before the call to $entry->update($ldap);
any message sent to the directory will get logged, and any responses back
will get logged. (Call debug(0) to shut it up again.) It is worth seeing if
the server's actually being sent anything...

Cheers,

Chris


Reply via email to