aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeraphim Mellos <mellos@ceid.upatras.gr>2008-08-17 11:23:01 +0300
committerSeraphim Mellos <mellos@ceid.upatras.gr>2008-08-17 11:23:01 +0300
commit821a37ad1a2a084c13ac7c0086bd6d1e737b78c4 (patch)
treeaf4afee1ca3cec46906d74db8bee3595492d7bea /examples/pam.d/system-auth
parentUpdated Makefiles again for man docs (diff)
downloadopenpam-modules-821a37ad1a2a084c13ac7c0086bd6d1e737b78c4.tar.gz
openpam-modules-821a37ad1a2a084c13ac7c0086bd6d1e737b78c4.tar.bz2
openpam-modules-821a37ad1a2a084c13ac7c0086bd6d1e737b78c4.zip
Added example pam.d/ conf filesHEADmaster
Diffstat (limited to 'examples/pam.d/system-auth')
-rw-r--r--examples/pam.d/system-auth8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/pam.d/system-auth b/examples/pam.d/system-auth
new file mode 100644
index 0000000..5c5ef10
--- /dev/null
+++ b/examples/pam.d/system-auth
@@ -0,0 +1,8 @@
+auth required pam_unix.so try_first_pass nullok
+
+account required pam_unix.so
+
+password required pam_unix.so try_first_pass use_authtok nullok md5 shadow
+
+session required pam_unix.so
+