[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Problems with the caching code?



Oops, looking at this message now, I realize that it may have been
slightly misleading.  Sorry.

See the comment in the message for a clarification.

> I've downloaded the latest stable version of OpenLDAP from the FTP
> site (the 981207 snapshot), and I'm having a problem with entries
> not being deleted properly.... 
> 
> i.e. I do some operations on some entries (using ldapmodify)
>      I delete the entries                 (using ldapdelete)
>      Executing ldapsearch returns all of the deleted entries, except for one.
> 
> Observations:
>      The DNs of the deleted entries are all upper-case.
>      If I stop and re-start the slapd server, the entries are now completely
>          gone (i.e. ldapsearch no longer returns anything).

      ^^^^^^^^^^^^^^^ Clarification: The DELETED entries are now gone.
                                     The rest of the entries are still there.

> Is this a known problem?
> Has anyone looked into it yet?
> If anyone wants specifics, I've stuck them on a web page:
> 
>        http://www.mesastate.edu/~dan/ldap
> 
> Details:
>   The database has about 15 entries
>   The modify command changes 4 entries
>   The delete command deletes the entries that the modify command touched.
> 
> Thanks.
> 
> 	- Dan (Daniel Carroll - dan@mesastate.edu)