>
>
>
> >
> > > If I enable this module, does it mean that this slapd stops receiving
> > > updates from the master?
> >
> > No, it's perfectly fine to run syncprov on consumers as well.
> >
>
> I guess such messages are related to that my ldap is not allowing updates
> not? Which I want for this one.
>
> "Server is unwilling to perform: shadow context; no update referral:
> connection error"
>
What a fuckups there at redhat/fedora. This plugin served me always wel. Now
these morons require ldap write access which I manage to bypass with[1]. Then I
guess it downloads everything from ldap and I have more memory/swap usage and
named is being slow because of the disk access.
[1]
--- a/src/ldap_helper.c 2023-09-21 10:01:10.227396899 +0000
+++ b/src/ldap_helper.c 2023-09-21 10:09:50.785071437 +0000
@@ -3064,6 +3064,9 @@
isc_result_t result;
ldap_connection_t *ldap_conn = NULL;
+ result = ISC_R_SUCCESS;
+ return result;
+
REQUIRE(dn != NULL);
REQUIRE(mods != NULL);
REQUIRE(ldap_inst != NULL);