]> git.proxmox.com Git - pve-access-control.git/commit
ldap: server and client certificate support
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 8 Aug 2017 09:10:13 +0000 (11:10 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 8 Aug 2017 09:46:10 +0000 (11:46 +0200)
commite03c2aef17785655c2a22c37f7944a8cc6511383
tree6bf24c35739bf7de197e52427a3bc324071bf732
parent63134bd4361f7f1dbf2f52d5c25dfe327047f9a3
ldap: server and client certificate support

This adds 4 more options to the ldap authentication method:

verify: boolean
  If enabled, the server certificate must be valid

capath: path to a file or directory
  The CA to use to verify the server certificate. Used only
  if 'verify' is true.

cert: path to a certificate
  Used as client certificate when connecting to a server,
  provided 'secure' is true. Requires 'certkey' to be set.

certkey: path to the certificate's key
  Required only used when 'cert' is used.
PVE/Auth/LDAP.pm