Fix ldapVerify values
This commit is contained in:
parent
293d940fdc
commit
3edf7dd774
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue