diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-13 01:40:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-13 01:40:01 +0000 |
commit | f6c5cf05e42c4f580d97c3e43f24097e56461369 (patch) | |
tree | 50c9026af4ba8784bfa8d2849d6dc3e8aa6e2111 /sys-apps | |
parent | x86 stable and touch up the autoconf code to only run on ppc64 #74246 (Manife... (diff) | |
download | gentoo-2-f6c5cf05e42c4f580d97c3e43f24097e56461369.tar.gz gentoo-2-f6c5cf05e42c4f580d97c3e43f24097e56461369.tar.bz2 gentoo-2-f6c5cf05e42c4f580d97c3e43f24097e56461369.zip |
add commented info about enabling pam_console #73679
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/shadow/files/pam.d/system-auth-1.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-apps/shadow/files/pam.d/system-auth-1.1 b/sys-apps/shadow/files/pam.d/system-auth-1.1 index 795f0fe723f0..e9fb3c02b861 100644 --- a/sys-apps/shadow/files/pam.d/system-auth-1.1 +++ b/sys-apps/shadow/files/pam.d/system-auth-1.1 @@ -12,3 +12,7 @@ password required /lib/security/pam_deny.so session required /lib/security/pam_limits.so session required /lib/security/pam_unix.so + +# If 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 |