From 17942eb8cd12e9c9bb07ab42d7b42986b1a8e845 Mon Sep 17 00:00:00 2001 From: Tomáš Mráz Date: Wed, 16 Sep 2009 17:50:13 +0000 Subject: - Use password-auth common PAM configuration instead of system-auth --- postgresql.pam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'postgresql.pam') diff --git a/postgresql.pam b/postgresql.pam index 40bfa6f..1d78594 100644 --- a/postgresql.pam +++ b/postgresql.pam @@ -1,3 +1,3 @@ #%PAM-1.0 -auth include system-auth -account include system-auth +auth include password-auth +account include password-auth -- cgit