From 3987e453c2a70ee12641ba470f36628938979fed Mon Sep 17 00:00:00 2001 From: mikisoq Date: Wed, 29 Jul 2026 01:48:27 -0100 Subject: [PATCH] Replace internal domain names with generic placeholders --- MainWindow.axaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MainWindow.axaml.cs b/MainWindow.axaml.cs index 7d18d39..2d9a513 100644 --- a/MainWindow.axaml.cs +++ b/MainWindow.axaml.cs @@ -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