View | Details | Raw Unified | Return to bug 50648
Collapse All | Expand All

(-)base/univention-heimdal/conffiles/usr/share/univention-heimdal/check_cracklib.py (-1 / +1 lines)
 Lines 58-64   def main(): Link Here 
58
		try:
58
		try:
59
			pwdCheck.check(params['new-password'])
59
			pwdCheck.check(params['new-password'])
60
			print('APPROVED')
60
			print('APPROVED')
61
		except ValueError as exc:
61
		except univention.password.CheckFailed as exc:
62
			print(str(exc))
62
			print(str(exc))
63
63
64
64

Return to bug 50648