pve-access-control/PVE/Auth
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
..
AD.pm Auth::LDAP, Auth::AD: ipv6 support 2015-12-03 12:08:56 +01:00
LDAP.pm ldap: server and client certificate support 2017-08-08 11:46:10 +02:00
Makefile new plugin architecture for Auth modules 2012-05-22 10:43:30 +02:00
PAM.pm use new PVE::Tools::encrypt_pw, bump version to 5.0-3 2017-03-30 17:54:38 +02:00
Plugin.pm use new PVE::Tools::encrypt_pw, bump version to 5.0-3 2017-03-30 17:54:38 +02:00
PVE.pm PVE/Auth/PVE.pm: encode uft8 password before calling crypt 2017-05-02 10:37:20 +02:00