Fix ldapVerify values

This commit is contained in:
Philippe Caseiro 2021-03-03 16:24:20 +01:00
parent 293d940fdc
commit 3edf7dd774
1 changed files with 2 additions and 2 deletions

View File

@ -196,9 +196,9 @@
"ldapServer": "%%ldapScheme://%%ldapServer", "ldapServer": "%%ldapScheme://%%ldapServer",
%if %%ldapScheme == "ldaps" %if %%ldapScheme == "ldaps"
%if %%lmldapverify == "oui" %if %%lmldapverify == "oui"
"ldapVerify": "required", "ldapVerify": "Require",
%else %else
"ldapVerify": "none", "ldapVerify": "None",
%end if %end if
%end if %end if
"ldapSetPassword": 0, "ldapSetPassword": 0,