[Bug 212367] [patch] security/revelation fails to check long-enough password

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Sep 4 09:42:44 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212367

--- Comment #2 from Tomoaki AOKI <junchoon at dec.sakura.ne.jp> ---
Forgot to show error message shown.
As I'm running with LANG=ja_JP.UTF-8, Japanese error message is shown.
It (last "OSError" line) means "No such file or directory".

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/revelation/ui.py", line 1019, in
__cb_check_password
    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] そのようなファイルまたはディレクトリはありません:
'/usr/local/libdata/cracklib/pw_dict.pwd'

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list