<quote who="Ralf Haferkamp">
> On Friday 20 July 2007 16:45, ghenry(a)openldap.org wrote:
>> Full_Name: Gavin Henry
>> Version: HEAD
>> OS:
>> URL: ftp://ftp.openldap.org/incoming/
>> Submission from: (NULL) (80.229.93.1)
>> Submitted by: ghenry
>>
>>
>> Dear All,
>>
>> It's not clear or explained what AVA means in slapd-meta(5) and
>> slapo-rwm(5)
>>
>> A user was asking in #ldap
>>
>> I presume it means "Attribute Value"?
> It means "Attribute Value Assertion", normally.
Doh, helped if I read the RFCs.
Oh but look who has a nice page in it:
https://www.opends.org/wiki//page/DefinitionAttributeValueAssertion
Maybe we need a nice OpenLDAP Wiki? (one for -devel list I think)
>
>> If so, I will add an explaination in each man page.
>
> --
> Ralf
>
On Friday 20 July 2007 16:45, ghenry(a)openldap.org wrote:
> Full_Name: Gavin Henry
> Version: HEAD
> OS:
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (80.229.93.1)
> Submitted by: ghenry
>
>
> Dear All,
>
> It's not clear or explained what AVA means in slapd-meta(5) and
> slapo-rwm(5)
>
> A user was asking in #ldap
>
> I presume it means "Attribute Value"?
It means "Attribute Value Assertion", normally.
> If so, I will add an explaination in each man page.
--
Ralf
Full_Name: Gavin Henry
Version: HEAD
OS:
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (80.229.93.1)
Submitted by: ghenry
Dear All,
It's not clear or explained what AVA means in slapd-meta(5) and slapo-rwm(5)
A user was asking in #ldap
I presume it means "Attribute Value"?
If so, I will add an explaination in each man page.
Gavin.
h.b.furuseth(a)usit.uio.no wrote:
> Full_Name: Hallvard B Furuseth
> Version: HEAD, RE23
> OS:
> URL:
> Submission from: (NULL) (129.240.202.105)
> Submitted by: hallvard
>
>
> overlays/syncprov.c:syncprov_findcsn() sets an unchecked limit to 1.
> findcsn_cb() says
> /* We just want to know that at least one exists, so it's OK if
> * we exceed the unchecked limit or size limit.
> */
>
> This looks like it can return a false positive if two or more other
> entries which the filter would eliminate have the same hash as the
> value syncprov searches for.
I don't believe this can cause any problem though. CSN indexing doesn't use a
hash the way other indices do; the CSN timestamp is converted to binary form
and saved as a 40 bit integer. Index collisions will only occur for multiple
changes that occurred within the same 1-second interval.
The purpose of this search is to detect if a consumer's context CSN is stale,
i.e., the provider no longer has any entries as old as the consumer's CSN. The
fact that there is any index collision essentially proves that the CSN is not
stale.
> Also syncprov_findcsn() passes fc_limits uninitialized outside of the
> .lms_s_unchecked field to slapd. Valgrind complains in test018 about
> .lms_s_pr_hide in back-bdb/search.c:bdb_search(). Tested in HEAD.
Fixed in HEAD.
--
-- Howard Chu
Chief Architect, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/
Full_Name: Howard Chu
Version: 2.3.x
OS:
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (204.95.127.34)
Submitted by: hyc
On a database with a zero-length suffix, slapadd and slapindex in quick mode can
erroneously generate index records for the context entry, which has an entry ID
of zero. The entry ID zero is normally invalid in an index, and is always
filtered out of index operations, but the quick mode indexer didn't exclude it
as it should.
<quote who="dhawes(a)vt.edu">
> On Thursday 19 July 2007 05:35, Gavin Henry wrote:
>> > An updated version of addpartial is available at:
>> >
>> > ftp://ftp.openldap.org/incoming/david_hawes-addpartial-070126.tgz
>> >
>> > This version includes changes to work with OpenLDAP 2.3 as well as
>> > ensuring syncrepl works properly.
>> >
>> > david hawes
>>
>> If this hasn't been added to 2.4/HEAD yet, would you consider updating
>> it
>> for inclusion in 2.4 contrib?
>
> Absolutely, I've been meaning to test with 2.4. I'll bump it to the top
> of
> the list.
Can you make sure that is dynamically configurable via cn=config like
everything else in 2.4.
Thanks.
>
> dave
>
>
>
On Thursday 19 July 2007 05:35, Gavin Henry wrote:
> > An updated version of addpartial is available at:
> >
> > ftp://ftp.openldap.org/incoming/david_hawes-addpartial-070126.tgz
> >
> > This version includes changes to work with OpenLDAP 2.3 as well as
> > ensuring syncrepl works properly.
> >
> > david hawes
>
> If this hasn't been added to 2.4/HEAD yet, would you consider updating it
> for inclusion in 2.4 contrib?
Absolutely, I've been meaning to test with 2.4. I'll bump it to the top of
the list.
dave