From f620561d3ca2d9bf1ee0f34f15143f247b32b258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Wed, 16 Sep 2009 18:59:02 +0000 Subject: [PATCH] - Use password-auth common PAM configuration instead of system-auth --- pegasus-2.5.1-pam-wbem.patch | 8 ++++---- tog-pegasus.spec | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/pegasus-2.5.1-pam-wbem.patch b/pegasus-2.5.1-pam-wbem.patch index 246bb23..932bfe1 100644 --- a/pegasus-2.5.1-pam-wbem.patch +++ b/pegasus-2.5.1-pam-wbem.patch @@ -14,9 +14,9 @@ - -session required $ISA/pam_limits.so -session required $ISA/pam_unix.so -+auth include system-auth ++auth include password-auth +account required pam_access.so accessfile=/etc/Pegasus/access.conf -+account include system-auth -+password include system-auth -+session include system-auth ++account include password-auth ++password include password-auth +session required pam_loginuid.so ++session include password-auth diff --git a/tog-pegasus.spec b/tog-pegasus.spec index 81eae43..6bfdb91 100644 --- a/tog-pegasus.spec +++ b/tog-pegasus.spec @@ -41,7 +41,7 @@ %endif Version: 2.9.0 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 2 # Summary: OpenPegasus WBEM Services for Linux @@ -463,6 +463,9 @@ fi %changelog +* Wed Sep 16 2009 Tomas Mraz - 2:2.9.0-6 +- Use password-auth common PAM configuration instead of system-auth + * Wed Aug 25 2009 Tomas Mraz - 2:2.9.0-5 - rebuilt with new openssl