- Use password-auth common PAM configuration instead of system-auth
This commit is contained in:
parent
d253e3e523
commit
f620561d3c
@ -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
|
||||
|
@ -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 <tmraz@redhat.com> - 2:2.9.0-6
|
||||
- Use password-auth common PAM configuration instead of system-auth
|
||||
|
||||
* Wed Aug 25 2009 Tomas Mraz <tmraz@redhat.com> - 2:2.9.0-5
|
||||
- rebuilt with new openssl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user