Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13557 - bug in code listing 3.25
Summary: bug in code listing 3.25
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Security Guide (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: John Davis (zhen) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-09 05:53 UTC by Daniel Jaeggi
Modified: 2003-01-13 10:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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