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

(ITS#4298) Issue with mixed attribute/objectClass exclusion lists in slurpd replication



Full_Name: Pierangelo Masarati
Version: HEAD/re23
OS: irrelevant
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (151.24.109.97)
Submitted by: ando


I need to exclude a couple attributes and an objectClass from slurpd
replication; as far as I can tell, the most appropriate syntax should be

    attrs!=attr1,attr2,@objectClass

and this should be a loose yet valid alternative

    attrs!=attr1,attr2,objectClass

but things don't work.  I've committed a patch to HEAD that fixes the expected
behavior without breaking any of the existing tests, but I don't think there's
any test making use of selective slurpd replication.  Please review.

p.