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

sortvals oddity



  I've run into the following issue while trying to track down why we
are occasionally seeing duplicate members/memberUids in our groups:

  Set the server up for "sortvals memberUid". Add a posixGroup without any
memberUid attributes present. Adding new memberUid attributes to the
group afterwards will result in them being unsorted until server
restart. I'm shooting from the hip here - shouldn't attr_merge() (in
attr.c) have something like the following?

        if ( *a == NULL ) {
                *a = attr_alloc( desc );
                if (desc->ad_type->sat_flags & SLAP_AT_SORTED_VAL) {
                  (*a)->a_flags |= SLAP_ATTR_SORTED_VALS;
                }
        } else {


Thanks,

Andy

-- 
Andrew W. Elble
aweits@discipline.rit.edu
Infrastructure Engineer, Communications Technical Lead
Rochester Institute of Technology
PGP: BFAD 8461 4CCF DC95 DA2C B0EB 965B 082E 863E C912

CONFIDENTIALITY NOTE: The information transmitted, including
attachments, is intended only for the person(s) or entity to which it
is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of,
or taking of any action in reliance upon this information by persons
or entities other than the intended recipient is prohibited. If you
received this in error, please contact the sender and destroy any
copies of this information.