summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2005-06-11 21:30:58 +0000
committerBryan Østergaard <kloeri@gentoo.org>2005-06-11 21:30:58 +0000
commit8fa056dee3cb6f26ec05d26b9464c20179f04bbd (patch)
tree4aefae8f49292c3b1da6fd6dc6132259daed6a39 /net-www/pwauth/files
parentAdded to ~ppc (diff)
downloadgentoo-2-8fa056dee3cb6f26ec05d26b9464c20179f04bbd.tar.gz
gentoo-2-8fa056dee3cb6f26ec05d26b9464c20179f04bbd.tar.bz2
gentoo-2-8fa056dee3cb6f26ec05d26b9464c20179f04bbd.zip
Fix openpam compatibility, bug 93203.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-www/pwauth/files')
-rw-r--r--net-www/pwauth/files/digest-pwauth-2.3.1-r21
-rw-r--r--net-www/pwauth/files/pwauth.pam-include7
2 files changed, 8 insertions, 0 deletions
diff --git a/net-www/pwauth/files/digest-pwauth-2.3.1-r2 b/net-www/pwauth/files/digest-pwauth-2.3.1-r2
new file mode 100644
index 000000000000..2e99a5f4d35f
--- /dev/null
+++ b/net-www/pwauth/files/digest-pwauth-2.3.1-r2
@@ -0,0 +1 @@
+MD5 9fbb03fe024b51a02fd7a15ae04a35cb pwauth-2.3.1.tar.gz 20329
diff --git a/net-www/pwauth/files/pwauth.pam-include b/net-www/pwauth/files/pwauth.pam-include
new file mode 100644
index 000000000000..ff83143dc086
--- /dev/null
+++ b/net-www/pwauth/files/pwauth.pam-include
@@ -0,0 +1,7 @@
+#%PAM-1.0
+auth include system-auth
+auth required pam_nologin.so
+account include system-auth
+password include system-auth
+session include system-auth
+session optional pam_console.so