Am Wed, 13 Feb 2019 14:41:07 +0000 schrieb Thomas.Meller@t-systems.com:
Hello together. I am the heir of a setup based on RHEL 6.10 and Openldap 2.4.45 (ltb) A master syncrepls to a slave in type=refreshOnly using bindmethod=sasl, saslmech=external.
The mapped techuser resides in ou=ServiceUser. All Clients also use user objects in the same ou to bind to the servers.
I need to set new acls and decided to include a dedicated acl- and limits-configfile. The ACLs checked via slapacl look fine and run without problems on the test environment. (Which is based on the same 2.4.45 rpms, but the replica runs on RHEL 7.5)
All slapd configuration make use of database mdb and an explicitly set maxsize. (which is sized sufficiently: 12 GB, 49 MB used)
When implementing the configuration on a running system, the replica deletes the ou (that one with all the service user objects). Which is not what I want 8-/
How can I find out more about the reason for this peculiar result? I set the loglevel to 'stats sync' on the replica and 'sync' on the
[..]
Run slapd in debugging mode and use acl sny stats. That is something like
./slapd -d acl -h ldap://:9007/ and further options.
-Dieter