Hi!
As others suggested, I'd set up a temporary firewall rule to block LDAP traffic (I guess you don't want to block just syncing, but all kind of external access).
Kind regards, Ulrich Windl
-----Original Message----- From: Marc Marc@f1-outsourcing.eu Sent: Monday, February 10, 2025 12:51 PM To: openldap-technical@openldap.org Subject: [EXT] container image building and syncing
I use
echo "127.0.0.2 ldap.example.com" >> /etc/hosts
to prevent the running ldap server from syncing during image building. However when using DOCKER_BUILDKIT=1 this is not possible any more (read only fs).
I was wondering if it is possible to start slapd so it does not start syncing?