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

syncrepl and memberof do not work well together



I am not sure if this is by design or a bug so I am posting here first.

I have a provider-consumer configuration (both at version 2.4.40) where the consumer uses
simple syncrepl (no delta sync). I am using the memberof overlay in the provider, and,
having read the slapo-memberof manpage and ITS#7400, I made sure to exclude "memberof"
from the synced attributes, and configured the memberof overlay in the consumer too. When
I add or remove a user from a group, the user entry is correctly updated in both provider
and consumer with the addition or removal of the corresponding "memberof" value.

The problem occurs when a user entry is modified in any way, e.g. by changing a password,
adding a description, etc. From what I understand, when a change occurs in an entry,
non-delta syncrepl causes the entire entry to be resynced, not just the modified
attributes. The result is that the "memberof" attributes of this entry on the consumer are
removed.

Is this the intended behavior? Shouldn't the "memberOf" values be restored after the entry
is updated, since no group membership was modified?