summaryrefslogtreecommitdiffstats
path: root/extra/linux-pam/pam.conf
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:47:28 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:47:28 +0200
commitb748f98f0683893285e69d9420ca408ca586547f (patch)
tree060308a4bc04771268f195d6f23243aa6c15b404 /extra/linux-pam/pam.conf
parentc89e076f76da041a214e3f554b4271d014daa6ec (diff)
downloadnutyx-extra-b748f98f0683893285e69d9420ca408ca586547f.tar.gz
nutyx-extra-b748f98f0683893285e69d9420ca408ca586547f.tar.bz2
nutyx-extra-b748f98f0683893285e69d9420ca408ca586547f.tar.xz
nutyx-extra-b748f98f0683893285e69d9420ca408ca586547f.zip
Ajout de linux-pam#0.99.10.0-1
Diffstat (limited to 'extra/linux-pam/pam.conf')
-rw-r--r--extra/linux-pam/pam.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/linux-pam/pam.conf b/extra/linux-pam/pam.conf
new file mode 100644
index 000000000..ee054cce0
--- /dev/null
+++ b/extra/linux-pam/pam.conf
@@ -0,0 +1,8 @@
+# Begin /etc/pam.conf
+
+other auth required pam_unix.so nullok
+other account required pam_unix.so
+other session required pam_unix.so
+other password required pam_unix.so nullok
+
+# End /etc/pam.conf