diff options
author | tnut <tnut at nutyx dot com> | 2012-04-03 20:48:19 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-04-03 20:48:19 +0200 |
commit | a0c5d05b9a0238d365211b11f70994e697686e05 (patch) | |
tree | 341594d594599ffa97377687457ca64b822dac27 /linux-pam/other | |
parent | f0636ecbaad92e03e7db5aa5034ef4d6d06e4cc8 (diff) | |
download | nutyx-pakxe-a0c5d05b9a0238d365211b11f70994e697686e05.tar.gz nutyx-pakxe-a0c5d05b9a0238d365211b11f70994e697686e05.tar.bz2 nutyx-pakxe-a0c5d05b9a0238d365211b11f70994e697686e05.tar.xz nutyx-pakxe-a0c5d05b9a0238d365211b11f70994e697686e05.zip |
ajout dépendances
Diffstat (limited to 'linux-pam/other')
-rw-r--r-- | linux-pam/other | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linux-pam/other b/linux-pam/other new file mode 100644 index 000000000..03e479ef2 --- /dev/null +++ b/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 |