> I hope this makes things clearer.
> Tell me if I should make an ITS.
That's called "Base64 encoding". Go decode your encoded value, I think
you'll be happy.
The current ldif exports are not encoded, so what should I decode?
The old was, as it should be.
To be more clear:
With OpenLDAP 2.3.35 I could make a slapcat and then a slapadd and had no
problems because the ldif generated of slapcat was Base64 encoded for
attributes of syntax 1.3.6.1.4.1.1466.115.121.1.5, so slapadd was able to
import it.
With OpenLDAP 2.3.39, 40 and 41 the slapcat generates a "bad" ldif, where
binary content of the syntax 1.3.6.1.4.1.1466.115.121.1.5 is not Base64
encoded. So slapadd is not able to import it.
Regards,
Frank