[Bug 212367] [patch] security/revelation fails to check long-enough password
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Oct 9 08:46:05 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212367
--- Comment #3 from commit-hook at freebsd.org ---
A commit references this bug:
Author: tobik
Date: Tue Oct 9 08:45:50 UTC 2018
New revision: 481611
URL: https://svnweb.freebsd.org/changeset/ports/481611
Log:
security/revelation: Chase dictionary rename from r408137
r408137 of security/cracklib renamed pw_dict to cracklib-words and
revelation now fails to check passwords with 9 characters or more:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/revelation/dialog.py", line
1183, in __cb_changed
util.check_password(password)
File "/usr/local/lib/python2.7/site-packages/revelation/util.py", line 97,
in check_password
cracklib.FascistCheck(password, "/usr/local/libdata/cracklib/pw_dict")
OSError: [Errno 2] No such file or directory:
'/usr/local/libdata/cracklib/pw_dict.pwd'
PR: 212367
Submitted by: Tomoaki AOKI <junchoon at dec.sakura.ne.jp>
Changes:
head/security/revelation/Makefile
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list