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/pam.conf | |
parent | f81b975476d12943d2c9cc2e49db23c552ead2a8 (diff) | |
download | nutyx-pakxe-ac1d94db525fddbd161334d8a0006bfca0ac5518.tar.gz nutyx-pakxe-ac1d94db525fddbd161334d8a0006bfca0ac5518.tar.bz2 nutyx-pakxe-ac1d94db525fddbd161334d8a0006bfca0ac5518.tar.xz nutyx-pakxe-ac1d94db525fddbd161334d8a0006bfca0ac5518.zip |
linux-pam déplacé dans base
Diffstat (limited to 'base/linux-pam/pam.conf')
-rw-r--r-- | base/linux-pam/pam.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/base/linux-pam/pam.conf b/base/linux-pam/pam.conf new file mode 100644 index 000000000..ee054cce0 --- /dev/null +++ b/base/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 |