pam: Add complete configuration.
[matthijs/servers/tika.git] / etc / pam.d / other
diff --git a/etc/pam.d/other b/etc/pam.d/other
new file mode 100644 (file)
index 0000000..804cc35
--- /dev/null
@@ -0,0 +1,13 @@
+#
+# /etc/pam.d/other - specify the PAM fallback behaviour
+#
+# Note that this file is used for any unspecified service; for example
+# if /etc/pam.d/cron   specifies no session modules but cron calls
+# pam_open_session, the session module out of /etc/pam.d/other is #used.       
+#
+# We deny any pam calls not explicitely allowed elsewhere.
+
+auth           required pam_deny.so
+account                required pam_deny.so
+session                required pam_deny.so
+password       required pam_deny.so