Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123913 - Cracklib dictionary wrong in cracklib python module
Summary: Cracklib dictionary wrong in cracklib python module
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-24 03:41 UTC by Frido Ferdinand
Modified: 2006-02-24 21:36 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 Frido Ferdinand 2006-02-24 03:41:27 UTC
If cracklib is compiled with the python use flag the wrong cracklib dict path is given. Afaik this is compiled in at build time:

>>> import cracklib
>>> cracklib.FascistCheck("bla")
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
OSError: [Errno 2] No such file or directory: '/usr/share/cracklib/pw_dict'
Comment 1 SpanKY gentoo-dev 2006-02-24 21:36:04 UTC
fixed in 2.8.5-r1, thanks for reporting