--On Wednesday, August 7, 2024 10:05 AM +0000 awoestmann@intevation.de wrote:
The config is added using "slapadd -n0 -l /path/to/ldif", after that i add the users using slapadd.
The memberof Overlay interecepts ADD and MOD operations on a running slapd instance. If you add users via slapadd, it will not be able to intercept those operations. You need to use ldapadd/ldapmodify operations against a running slapd instance for memberof to take effect.
--Quanah