pve-access-control/PVE
Wolfgang Bumiller e03c2aef17 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.
2017-08-08 11:46:10 +02:00
..
API2 PVE/API2/Domains.pm: fix property description 2017-01-11 12:11:01 +01:00
Auth ldap: server and client certificate support 2017-08-08 11:46:10 +02:00
CLI PVE/CLI/pveum.pm: call setup_default_cli_env() 2017-05-02 10:39:22 +02:00
AccessControl.pm use new PVE::OTP class from pve-common 2017-03-30 17:44:54 +02:00
Makefile convert pveum into a PVE::CLI class 2015-10-01 16:49:37 +02:00
RPCEnvironment.pm check_api2_permissions: avoid warning about uninitialized value 2017-03-31 17:05:52 +02:00