From f25765e36f82340807017127136109ed0470e578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vilius=20=C5=A0umskas?= Date: Wed, 8 Mar 2023 23:41:31 +0200 Subject: [PATCH] Better grammar logic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2368fa1..f67cf82 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ default_access_levels: |version|LDAP Version 3 is most popular (only change this if you know what you are doing) | [default: `3`] | |ssl|Enable SSL for the connection (typically for port 636 or 3269) | `true` \| [default: `false`] | |start_tls|Negotiate TLS encryption with the LDAP server (requires all traffic to be encrypted) | `true` \| [default: `false`] | -|opt_referrals|Sets the value of LDAP_OPT_REFERRALS (turn it off for Windows 2003 and later servers) | `true` \| [default: `false`] | +|opt_referrals|Sets the value of LDAP_OPT_REFERRALS (leave it disabled for Windows 2003 and later servers) | `true` \| [default: `false`] | ### LDAP Configuration