summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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