[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldap_modify on OPENLDAP_REL_ENG_1_2
> At 06:11 PM 7/30/99 -0500, Randy Kunkee wrote:
> >In its current state, OPENLDAP_REL_ENG_1_2 appears to loose the indexes
> >when you replace an indexed attribute. In the specific case I used, the cn
> >was my initials ("rrk"), and I replaced it with two cns "rrk" and "randy".
> >after that, a search on cn for "rrk" failed.
> >
> >I'll look into this more in a few hours, but if anybody else is already
> >ahead of me on this, please speak up!
>
> Looks like my ITS#179 fix is the culprit. You can try my
> latest fix... or back out to rev 1.4.2.3.2.7 of back-ldbm/modify.c.
>
> Kurt
>
>
Thanks Kurt!
I have tested this on REL_ENG_1_2 and is appears to work properly.
If I replace an indexed attribute with new values, and both are indexed
as expected. Also attempts to delete required attributes are not performed.
Randy