From f959a33bfa4c20f4766f27a13213c6b4fe0a1a5c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 10 2020 09:48:53 +0000 Subject: import open-vm-tools-11.0.5-3.el7_9.1 --- diff --git a/SOURCES/vmtoolsd.pam b/SOURCES/vmtoolsd.pam new file mode 100644 index 0000000..aa3daa0 --- /dev/null +++ b/SOURCES/vmtoolsd.pam @@ -0,0 +1,5 @@ +#%PAM-1.0 +auth substack password-auth +auth include postlogin +account required pam_nologin.so +account include password-auth diff --git a/SPECS/open-vm-tools.spec b/SPECS/open-vm-tools.spec index 12bb579..0e06fa4 100644 --- a/SPECS/open-vm-tools.spec +++ b/SPECS/open-vm-tools.spec @@ -28,7 +28,7 @@ Name: open-vm-tools Version: %{toolsversion} -Release: 3%{?dist} +Release: 3%{?dist}.1 Summary: Open Virtual Machine Tools for virtual machines hosted on VMware Group: Applications/System License: GPLv2 @@ -38,8 +38,9 @@ Source1: %{toolsdaemon}.service Source2: %{vgauthdaemon}.service Source3: run-vmblock\x2dfuse.mount Source4: open-vm-tools.conf +Source5: vmtoolsd.pam -ExclusiveArch: x86_64 %{ix86} +ExclusiveArch: x86_64 Patch0002: 0002-Fix-RELRO-flag.patch # For bz#1809753 - [ESXi][RHEL7.9]open-vm-tools add appinfo plugin patch @@ -191,7 +192,7 @@ install -p -m 644 -D %{SOURCE1} %{buildroot}%{_unitdir}/%{toolsdaemon}.service install -p -m 644 -D %{SOURCE2} %{buildroot}%{_unitdir}/%{vgauthdaemon}.service install -p -m 644 -D '%{SOURCE3}' %{buildroot}%{_unitdir}/run-vmblock\\x2dfuse.mount install -p -m 644 -D %{SOURCE4} %{buildroot}/usr/lib/modules-load.d/open-vm-tools.conf - +install -p -m 644 -D %{SOURCE5} %{buildroot}%{_sysconfdir}/pam.d/vmtoolsd # 'make check' in open-vm-tools rebuilds docs and ends up regenerating # the font file. We can add %%check secion once 'make check' is fixed @@ -328,6 +329,11 @@ fi %{_bindir}/vmware-vgauth-smoketest %changelog +* Thu Oct 22 2020 Miroslav Rezanina - 11.0.5-3.el7_9.1 +- ovt-Updated-PAM-configuration-file-to-follow-configured-.patch [bz#1840309] +- Resolves: bz#1840309 + ([ESXi][RHEL7]vmtoolsd authentication issues with ActiveDirectory (AD) [rhel-7.9.z]) + * Tue Apr 07 2020 Miroslav Rezanina - 11.0.5-3.el7 - ovt-Fix-a-trivial-memory-leak-in-namespacetool.c.patch [bz#1818109] - ovt-Update-copyright-to-reflect-previous-change.patch [bz#1818109]