Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Sep 2016 09:42:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 212367] [patch] security/revelation fails to check long-enough password
Message-ID:  <bug-212367-13-3GYO415H2Y@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-212367-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-212367-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212367

--- Comment #2 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> ---
Forgot to show error message shown.
As I'm running with LANG=3Dja_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] =E3=81=9D=E3=81=AE=E3=82=88=E3=81=86=E3=81=AA=E3=83=95=
=E3=82=A1=E3=82=A4=E3=83=AB=E3=81=BE=E3=81=9F=E3=81=AF=E3=83=87=E3=82=A3=E3=
=83=AC=E3=82=AF=E3=83=88=E3=83=AA=E3=81=AF=E3=81=82=E3=82=8A=E3=81=BE=E3=81=
=9B=E3=82=93:
'/usr/local/libdata/cracklib/pw_dict.pwd'

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212367-13-3GYO415H2Y>