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/other | |
parent | c89e076f76da041a214e3f554b4271d014daa6ec (diff) | |
download | nutyx-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/other')
-rw-r--r-- | extra/linux-pam/other | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/linux-pam/other b/extra/linux-pam/other new file mode 100644 index 000000000..03e479ef2 --- /dev/null +++ b/extra/linux-pam/other @@ -0,0 +1,8 @@ +# Begin /etc/pam.d/other + +auth required pam_unix.so nullok +account required pam_unix.so +session required pam_unix.so +password required pam_unix.so nullok + +# End /etc/pam.d/other |