I have two openldap servers replicating cn=config
with syncrepl
in a provider-consumer relationship. There are a few attributes that I would like to exclude from replication.
I see that syncrepl
has an exattrs=<attr list>
option, but I cannot find any documentation as to how to set it. For example,
- Are the attributes comma-delimited, or colon-delimited, or something else?
- Are wildcards allowed, or do I have to list all of the attributes by hand? As it turns out, all of the attributes I want to exclude begin with
olcTLS
. Can I setexattrs=olcTLS*
?