remove pam_securetty from shadow instructions for now

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9673 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Krejzi 2012-03-11 15:47:47 +00:00
parent 7267b51563
commit d265d4c5cc

View File

@ -409,8 +409,10 @@ auth optional pam_faildelay.so delay=3000000
# Check to make sure that the user is allowed to login
auth requisite pam_nologin.so
# Check to make sure that root is allowed to login
auth required pam_securetty.so
# Check to make sure that root is allowed to login
# Disabled by default. You will need to create /etc/securetty
# file for this module to function. See man 5 securetty.
#auth required pam_securetty.so
# Additional group memberships - disabled by default
#auth optional pam_group.so