Compare commits

..

No commits in common. "16bdcef9c928bdee06ae9ebed87a0d7e8af63410" and "3f41daca79c1d43369efb2cc059ff71d9130fda6" have entirely different histories.

View File

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