Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89074 - app-crypt/heimdal password quality checker not installed
Summary: app-crypt/heimdal password quality checker not installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High minor
Assignee: Gentoo Kerberos Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-14 05:55 UTC by Spooky Ghost
Modified: 2005-06-06 12:57 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 Spooky Ghost 2005-04-14 05:55:53 UTC
Heimdal has a function for using cracklib to check the password quality, this does not seem to be installed by default.  Source is in lib/kadm5, can build shared object with the command line:

gcc -fPIC -shared -o sample_passwd_check.so sample_passwd_check.c -lcrack

and enabled with the following in krb5.conf

[password_quality]
  check_library = /path/to/sample_passwd_check.so
  check_function = check_cracklib

(Details found in Kerberos - The Definitive Guide, Jason Garman, O'Reilly, pp 112)
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2005-06-06 12:57:51 UTC
0.6.4-r1 has this. coming to portage in a few minutes.