Replace internal domain names with generic placeholders
This commit is contained in:
+1
-1
@@ -339,7 +339,7 @@ public partial class MainWindow : Window
|
|||||||
|
|
||||||
if (!ldaps636.Success && !ignoreCertificateErrors)
|
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
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user