pam: Add complete configuration.
[matthijs/servers/tika.git] / etc / pam.d / login
diff --git a/etc/pam.d/login b/etc/pam.d/login
new file mode 100644 (file)
index 0000000..7f15a0f
--- /dev/null
@@ -0,0 +1,19 @@
+#
+# The PAM configuration file for the Shadow `login' service
+#
+
+# Standard Un*x authentication.
+@include common-auth
+
+# Standard Un*x authorization.
+@include common-account
+
+# Standard Un*x session setup and teardown.
+@include common-session
+
+# Print the message of the day upon successful login.
+session                optional        pam_motd.so # [1]
+
+# Standard Un*x password updating (not sure if login actually uses this, but
+# well...)
+@include common-password