diff options
author | sibel <lesibel@free.fr> | 2011-03-03 15:37:44 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-03 15:37:44 +0100 |
commit | ac1d94db525fddbd161334d8a0006bfca0ac5518 (patch) | |
tree | 8b4bab54e55b04cf1eb8d08f4108507b0ad3811c /base/linux-pam/other | |
parent | f81b975476d12943d2c9cc2e49db23c552ead2a8 (diff) | |
download | nutyx-extra-ac1d94db525fddbd161334d8a0006bfca0ac5518.tar.gz nutyx-extra-ac1d94db525fddbd161334d8a0006bfca0ac5518.tar.bz2 nutyx-extra-ac1d94db525fddbd161334d8a0006bfca0ac5518.tar.xz nutyx-extra-ac1d94db525fddbd161334d8a0006bfca0ac5518.zip |
linux-pam déplacé dans base
Diffstat (limited to 'base/linux-pam/other')
-rw-r--r-- | base/linux-pam/other | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/base/linux-pam/other b/base/linux-pam/other new file mode 100644 index 000000000..03e479ef2 --- /dev/null +++ b/base/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 |