2012/5/30 Michael Ströder <michael(a)stroeder.com>:
Clément OUDOT wrote:
> an attribute declared 'dsaOperation' in the schema is not replicated
> with Syncrepl,
Is that really the general rule?
It seems this is the rule in OpenLDAP code, see
http://www.openldap.org/lists/openldap-bugs/200712/msg00078.html
> Today, I updated such attribute (pwdFailureTime) with the relax
> control and noticed the modification has been replicated.
Attribute type description for 'pwdFailureTime' has
USAGE directoryOperation and NO-USER-MODIFICATION attached
but not USAGE dSAOperation.
Ok, bad example. I had the same problem with the attribute
authtimestamp from lastbind overlay.
Clément.