Re: Effecting changes read from an LDIF

2006-05-02 Thread Ed Miller
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.

Re: Effecting changes read from an LDIF

2006-05-02 Thread Ed Miller
Let me generalize this question a bit more...perhaps that would help. When I read all of the entries in from the LDIF (and they have changetypes included), I get $entry objects that have values correctly populated in $entry->{"changes"}. But doing $entry->update($ldap) appears to do nothing to th

Re: Effecting changes read from an LDIF

2006-05-02 Thread Chris Ridd
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->er

Re: Effecting changes read from an LDIF

2006-05-02 Thread Ed Miller
Thank you to everyone who has helped me to figure this out. I'm reminded that the problem is usually occurring in a location other than where you're looking. If you're watching the stove to make sure the pot doesn't boil over, the sink is probably backing up behind you. In this case, I was loadi

Re: Effecting changes read from an LDIF

2006-05-02 Thread Ed Miller
Thanks to all who have tried to help me here. I just checked the server logs (duh) and there are errors when the $ldap client is attempting to make the changes. It's an error 65 on a Sun ONE Directory Server. I'll look at what's going on and report here. Clearly, the $entry->update method shoul