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

(ITS#7847) syncrepl attrs should allow to explicitly exclude attributes



Full_Name: 
Version: 
OS: 
URL: 
Submission from: (NULL) (79.227.159.237)


In some cases it would be handy to explicitly exclude attributes from getting
replicated with parameter 'attrs' in the syncrepl statements.

Example for working around slapo-accesslog's operational attributes getting
replicated:

syncrepl
  [..]
  attrs="*,+,!allowedAttributes,!allowedAttributesEffective,!allowedChildClasses,!allowedChildClassesEffective"
  [..]