From: Wolfgang Bumiller Date: Tue, 8 Aug 2017 09:57:34 +0000 (+0200) Subject: bump version to 5.0-6 X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=commitdiff_plain;h=ec4141f4edd12647d481759ff6fc6b44789fd830;ds=sidebyside bump version to 5.0-6 --- diff --git a/Makefile b/Makefile index 36b9425..6211b31 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=libpve-access-control -PKGREL=5 +PKGREL=6 DESTDIR= PREFIX=/usr diff --git a/debian/changelog b/debian/changelog index b919549..36b4510 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +libpve-access-control (5.0-6) unstable; urgency=medium + + * Close #1470: Add server ceritifcate verification for AD and LDAP via the + 'verify' option. For compatibility reasons this defaults to off for now, + but that might change with future updates. + + * AD, LDAP: Add ability to specify a CA path or file, and a client + certificate via the 'capath', 'cert' and 'certkey' options. + + -- Proxmox Support Team Tue, 08 Aug 2017 11:56:38 +0200 + libpve-access-control (5.0-5) unstable; urgency=medium * change from dpkg-deb to dpkg-buildpackage