Enable option for SSL verify

This commit is contained in:
2020-11-26 16:53:02 +01:00
parent d1ad6aeb25
commit 52e5c433eb
2 changed files with 10 additions and 0 deletions

View File

@ -173,6 +173,13 @@
"ldapPpolicyControl": 0,
"ldapPwdEnc": "utf-8",
"ldapServer": "%%ldapScheme://%%ldapServer",
%if %%ldapScheme == "ldaps"
%if %%lmldapverify == "oui"
"ldapVerify": "required",
%else
"ldapVerify": "none",
%end if
%end if
"ldapSetPassword": 0,
"ldapTimeout": 120,
"ldapUsePasswordResetAttribute": 1,