diff options
author | piernov <piernov@piernov.org> | 2012-03-05 23:52:27 +0100 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-03-05 23:52:27 +0100 |
commit | 921e8801d6f30dcad8ab4a6fffa5a783fe8373b1 (patch) | |
tree | 7340f9c21956d7839f099e98c993e0fdd5cd3c49 /linux-pam/other | |
parent | be59adf003db069a3f030ac57f83b397aad65e8d (diff) | |
download | nutyx-pakxe-921e8801d6f30dcad8ab4a6fffa5a783fe8373b1.tar.gz nutyx-pakxe-921e8801d6f30dcad8ab4a6fffa5a783fe8373b1.tar.bz2 nutyx-pakxe-921e8801d6f30dcad8ab4a6fffa5a783fe8373b1.tar.xz nutyx-pakxe-921e8801d6f30dcad8ab4a6fffa5a783fe8373b1.zip |
linux-pam nutyx-extra → nutyx-pakxe
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 |