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

Re: (ITS#4626) "glue" objectclass in syncrepl consumer



On Thursday 17 August 2006 19:44, hyc@symas.com wrote:
> > It's below:
> > slapd starting
> > request done: ld 0x820f128 msgid 1
> > syncrepl_entry: LDAP_RES_SEARCH_ENTRY(LDAP_SYNC_ADD)
> > syncrepl_entry: be_search (32)
> > syncrepl_entry: dc=example,dc=com
> > is_entry_objectclass("", "2.5.17.0") no objectClass attribute
> > is_entry_objectclass("", "2.5.6.1") no objectClass attribute
> > is_entry_objectclass("", "2.16.840.1.113730.3.2.6") no objectClass
> > attribute syncrepl_entry: be_add (0)
>
> This says that no objectClass attribute was returned to the syncrepl
> consumer from the provider. Have you checked your ACLs on the provider?

The ACLs are fine (the first email that opened this ITS has the slapd.conf 
files used). The only change since that time (that I remember now) is that I 
added an index for contextCSN which was missing.

Quanah reported the same error about is_entry_objectclass in 2.3.24 a while 
ago:
http://www.mail-archive.com/openldap-software@openldap.org/msg05252.html

What are the OIDs in that error message? Google only found the last one 
(2.16.840.1.113730.3.2.6).