I am running OpenLDAP 2.4.31. Based on Reverse Group Membership Maintenance:
The memberof overlay updates an attribute (by default memberOf) whenever changes occur to the membership attribute (by default member) of entries of the objectclass (by default groupOfNames) configured to trigger updates.
I would like to change these defaults, so the overlay is based on the objectClass groupOfUniqueNames
and the attribute uniqueMember
. I did not find any mention on how to do this in the documentation, and also I did not find any default setting for this in cn=config
; what are the settings that I have to add here to make the desired changes?
I have already added the memberof and referential integrity configuration to cn=config
based on this article.