summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-07-29 16:15:21 +0000
committerChristian Heim <phreak@gentoo.org>2007-07-29 16:15:21 +0000
commit547b024fa524c410af5a62ddfa0804d6c7a50606 (patch)
tree0a57863d090a3756072ec1711140a03505c249f9 /www-apache/mod_auth_pam/files/apache2.pam
parentMoving net-www/mod_auth_nufw to www-apache/mod_auth_nufw (#81244). (diff)
downloadhistorical-547b024fa524c410af5a62ddfa0804d6c7a50606.tar.gz
historical-547b024fa524c410af5a62ddfa0804d6c7a50606.tar.bz2
historical-547b024fa524c410af5a62ddfa0804d6c7a50606.zip
Moving net-www/mod_auth_pam to www-apache/mod_auth_pam (#81244).
Package-Manager: portage-2.1.3_rc9
Diffstat (limited to 'www-apache/mod_auth_pam/files/apache2.pam')
-rw-r--r--www-apache/mod_auth_pam/files/apache2.pam6
1 files changed, 6 insertions, 0 deletions
diff --git a/www-apache/mod_auth_pam/files/apache2.pam b/www-apache/mod_auth_pam/files/apache2.pam
new file mode 100644
index 000000000000..a17959a3929f
--- /dev/null
+++ b/www-apache/mod_auth_pam/files/apache2.pam
@@ -0,0 +1,6 @@
+#%PAM-1.0
+auth include system-auth
+auth required pam_nologin.so
+account include system-auth
+password include system-auth
+session include system-auth