diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 20:47:28 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 20:47:28 +0200 |
commit | b748f98f0683893285e69d9420ca408ca586547f (patch) | |
tree | 060308a4bc04771268f195d6f23243aa6c15b404 /extra/linux-pam/pam.conf | |
parent | c89e076f76da041a214e3f554b4271d014daa6ec (diff) | |
download | nutyx-pakxe-b748f98f0683893285e69d9420ca408ca586547f.tar.gz nutyx-pakxe-b748f98f0683893285e69d9420ca408ca586547f.tar.bz2 nutyx-pakxe-b748f98f0683893285e69d9420ca408ca586547f.tar.xz nutyx-pakxe-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.conf | 8 |
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 |