summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--postgresql.pam2
-rwxr-xr-xpostgresql.spec3
2 files changed, 4 insertions, 1 deletions
diff --git a/postgresql.pam b/postgresql.pam
index ac6df7d..2630c7f 100644
--- a/postgresql.pam
+++ b/postgresql.pam
@@ -1,2 +1,2 @@
#%PAM-1.0
-auth required pam_stack.so service=system-auth
+auth include system-auth
diff --git a/postgresql.spec b/postgresql.spec
index acee83f..3d0a1a0 100755
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -829,6 +829,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Fri Oct 14 2005 Tomas Mraz <tmraz@redhat.com>
+- use include instead of pam_stack in pam config
+
* Tue Oct 4 2005 Tom Lane <tgl@redhat.com> 8.0.4-2
- Add rpath to plperl.so (bug #162198)