diff options
Diffstat (limited to 'linux-pam')
-rw-r--r-- | linux-pam/other | 8 | ||||
-rw-r--r-- | linux-pam/pam.conf | 8 |
2 files changed, 16 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 diff --git a/linux-pam/pam.conf b/linux-pam/pam.conf new file mode 100644 index 000000000..ee054cce0 --- /dev/null +++ b/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 |