Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 13557

Summary: bug in code listing 3.25
Product: [OLD] Docs-user Reporter: Daniel Jaeggi <djaeggi>
Component: Gentoo Security GuideAssignee: John Davis (zhen) (RETIRED) <zhen>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Daniel Jaeggi 2003-01-09 05:53:29 UTC
In code listin 3.25, instead of

password required pam_cracklib.so difok=3 retry=3 minlen=8 dcredit=2 ocredit=2
use_authtok
password required pam_pwdb.so md5

you need:

password required pam_cracklib.so difok=3 retry=3 minlen=8 dcredit=2 ocredit=2
password required pam_pwdb.so md5 use_authtok

Thanks for a great bit of documentation!
Comment 1 John Davis (zhen) (RETIRED) gentoo-dev 2003-01-13 10:18:21 UTC
Fixed.

//zhen