diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2006-11-16 10:01:22 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2006-11-16 10:01:22 +0000 |
commit | f4a1a2501e812a0a572187e0ae0913a3506a9db1 (patch) | |
tree | 4a56b9ef74ca4de48ade1cda04a3d550efd44f7c /sys-apps/qingy/files | |
parent | Marked stable on x86. (diff) | |
download | historical-f4a1a2501e812a0a572187e0ae0913a3506a9db1.tar.gz historical-f4a1a2501e812a0a572187e0ae0913a3506a9db1.tar.bz2 historical-f4a1a2501e812a0a572187e0ae0913a3506a9db1.zip |
Replaced qingy-provided PAM file with an updated one. See bug #155205.
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'sys-apps/qingy/files')
-rw-r--r-- | sys-apps/qingy/files/qingy-pam | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-apps/qingy/files/qingy-pam b/sys-apps/qingy/files/qingy-pam new file mode 100644 index 000000000000..3b6192ef39c5 --- /dev/null +++ b/sys-apps/qingy/files/qingy-pam @@ -0,0 +1,17 @@ +#%PAM-1.0 + +auth required pam_securetty.so +auth include system-auth +auth required pam_nologin.so + +account required pam_access.so +account include system-auth + +password include system-auth + +session include system-auth + +# If you compiled sys-libs/pam with USE="pam_console" and you +# want to enable pam_console, uncomment the following line +# and read carefully README.pam_console in /usr/share/doc/pam* +#session optional /lib/security/pam_console.so |