That indeed seemed to be the problem. With the users added to a running instance everything is working now.
Thank you very much.
Alexander
Am 07.08.24 um 16:35 schrieb Quanah Gibson-Mount:
--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