Skip to content

Commit

Permalink
cracklib missing: make it more obvious that it is not our fault (Closes
Browse files Browse the repository at this point in the history
  • Loading branch information
comotion committed Aug 17, 2012
1 parent ba38e90 commit 47e80b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ int dictionaryCheck(void) {
} else {
if(fileExists(CRACKLIB_DICTPATH ".pwd")) {
// dictionary does not exist, or something..
fprintf(stderr, "Cracklib disabled: missing dictionary.\n");
fprintf(stderr, "Cracklib disabled: missing dictionary. Get cracklib and run create-cracklib-dict\n");
config->cracklibstatus = CRACKLIB_OFF;
return 0;
}
Expand Down

0 comments on commit 47e80b4

Please sign in to comment.