diff options
author | piernov <piernov@piernov.org> | 2012-03-05 23:52:27 +0100 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-05-13 21:44:55 +0200 |
commit | 6d36a361d092912084a83a5ffd57b2379981ee67 (patch) | |
tree | dc6af7aa0157867d9b7d42bc39b5714683b01373 /linux-pam | |
parent | 1bb3dbab896b48957abee5b58f4017eed25cc84c (diff) | |
download | nutyx-pakxe-6d36a361d092912084a83a5ffd57b2379981ee67.tar.gz nutyx-pakxe-6d36a361d092912084a83a5ffd57b2379981ee67.tar.bz2 nutyx-pakxe-6d36a361d092912084a83a5ffd57b2379981ee67.tar.xz nutyx-pakxe-6d36a361d092912084a83a5ffd57b2379981ee67.zip |
linux-pam nutyx-extra → nutyx-pakxe
(cherry picked from commit 921e8801d6f30dcad8ab4a6fffa5a783fe8373b1)
Conflicts:
linux-pam/Pkgfile
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 |