in reply to Re: fixing broken ldif files (replacing = with : )
in thread fixing broken ldif files (replacing = with : )

Or an even simpler solution, not using perl:

sed -e 's/=/: /' ldif.bad > ldif.good