Emmanuel Lecharny wrote:

Hi Ugo,

I am experimenting with version 0.9 of Directory Server

It may be a good thing to switch to 0.9.2, just to check if the bug
still occurs. Maybe is it already the version you are using?

<snip>

What happens instead is that the old value is overwritten by the new one and so my group always has just one member. In other words, doing something like:

LDAPAttribute member = new LDAPAttribute("uniqueMember", dn); LDAPModification mod = new LDAPModification (LDAPModification.ADD, member);
            lc.modify(groupDN, mod);

behaves as if LDAPModification.REPLACE was specified instead of ADD. Is this a bug in DS or am I doing something wrong? I also searched in JIRA but could not find anything relevant.

May be you should add a relevant new issue in JIRA ? ;-)

And it would be very kind if you could add a testcase, it saves time !!!

    Thanks in Advance,

        Ugo


You're welcome ! Thank YOU, who is spending time using apacheds and
finding some bugs ...
Ok I'd just follow what Emanuel has said and disregard my last email.

Alex

Reply via email to