Fix a typo in Linux-PAM

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20875 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2018-12-27 13:54:06 +00:00
parent 62066a543c
commit a5660adc54

View File

@ -320,7 +320,7 @@ EOF</userinput></screen>
password required pam_cracklib.so authtok_type=UNIX retry=1 difok=5 \ password required pam_cracklib.so authtok_type=UNIX retry=1 difok=5 \
minlen=9 dcredit=1 ucredit=1 \ minlen=9 dcredit=1 ucredit=1 \
lcredit=1 ocredit=1 minclass=0 \ lcredit=1 ocredit=1 minclass=0 \
maxrepeat=0 maxsequence0 \ maxrepeat=0 maxsequence=0 \
maxclassrepeat=0 \ maxclassrepeat=0 \
dictpath=/lib/cracklib/pw_dict dictpath=/lib/cracklib/pw_dict
# use sha512 hash for encryption, use shadow, and use the # use sha512 hash for encryption, use shadow, and use the