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