Ich habe die Lösung gefunden
14.03.2021 hat Robert Nelson sich dem Problem schon angenommen
Der Original Link
https://sourceforge.net/p/ldapadmin/bugs/54/
I'm using Delphi 10.3 Community Edition. I fixed the compile error by adding a cast to the second arg in line 417.
My Version:
PutLine('dn', PBytes(@Entry.utf8dn[1]), Length(Entry.utf8dn));
Und damit geht es wieder DANKE