From 3edf7dd77428f6a95bb60e18f8a5af97698725fd Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 3 Mar 2021 16:24:20 +0100 Subject: [PATCH] Fix ldapVerify values --- tmpl/lmConf-1.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmpl/lmConf-1.json b/tmpl/lmConf-1.json index c9a64c3..61b34df 100644 --- a/tmpl/lmConf-1.json +++ b/tmpl/lmConf-1.json @@ -196,9 +196,9 @@ "ldapServer": "%%ldapScheme://%%ldapServer", %if %%ldapScheme == "ldaps" %if %%lmldapverify == "oui" - "ldapVerify": "required", + "ldapVerify": "Require", %else - "ldapVerify": "none", + "ldapVerify": "None", %end if %end if "ldapSetPassword": 0,