]> git.proxmox.com Git - pmg-api.git/commit
fix #1946: add verify and cafile options for ldap
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 13 Mar 2019 14:17:07 +0000 (15:17 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 14 Mar 2019 06:24:46 +0000 (07:24 +0100)
commit6ad43a10b97007d94ae6e8d1c02786f04a801ea3
treeca646b19ed0d158a678a26e99541d1b2147e2282
parentcfb648f5e3762f170181f850d5f987fc051e4eef
fix #1946: add verify and cafile options for ldap

so that users can force the verification, either with the system
installed certificates or with a single explicit file

this also fixes #1944, since the option was 'scheme' not 'schema'

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PMG/LDAPCache.pm
PMG/LDAPConfig.pm