Merge last evolutions from master branch

This commit is contained in:
2020-12-02 10:20:42 +01:00
parent 74fb92fb55
commit 0f3ff07b5f
3 changed files with 29 additions and 17 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,