aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pam.d/system-login')
-rw-r--r--examples/pam.d/system-login11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/pam.d/system-login b/examples/pam.d/system-login
new file mode 100644
index 0000000..e31d7f1
--- /dev/null
+++ b/examples/pam.d/system-login
@@ -0,0 +1,11 @@
+auth required pam_shells.so
+auth required pam_nologin.so
+auth include system-auth
+
+account required pam_nologin.so
+account include system-auth
+
+password include system-auth
+
+session include system-auth
+