From 6af58b4cc399d3da728edce04dc73467507a64c6 Mon Sep 17 00:00:00 2001 From: Xander Smeets Date: Mon, 25 Jul 2016 16:08:22 +0200 Subject: [PATCH] Corrected a typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6af1153..555796f 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ expected value: a number greater than 0 ## ssl_check_cert expected value: on or off, default off -Verify the remote certificate for LDAPs connections. If disabled, any remote ceritificate will be +Verify the remote certificate for LDAPs connections. If disabled, any remote certificate will be accepted which exposes you to possible man-in-the-middle attacks. Note that the server's certificate will need to be signed by a proper CA trusted by your system if this is enabled. See below how to trust CAs without installing them system-wide.