Replace internal domain names with generic placeholders

This commit is contained in:
mikisoq
2026-07-29 01:48:27 -01:00
parent ff3703bae5
commit 3987e453c2
+1 -1
View File
@@ -339,7 +339,7 @@ public partial class MainWindow : Window
if (!ldaps636.Success && !ignoreCertificateErrors)
{
output.Add("Hint: if TCP 636 works but LDAPS bind fails on Linux, the Linux machine may not trust your internal CA chain. For testing only, try 'Ignore cert errors'. For production, install the CONTOSO root/intermediate CA into Linux trust.");
output.Add("Hint: if TCP 636 works but LDAPS bind fails on Linux, the Linux machine may not trust your internal CA chain. For testing only, try 'Ignore cert errors'. For production, install the your internal root/intermediate CA into Linux trust.");
}
}
else