Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Commit

Permalink
Fixed a display issue for DenyHosts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kura committed Oct 3, 2011
1 parent 7ab6c09 commit 5912925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amisecure.py
Expand Up @@ -338,7 +338,7 @@
'regex': re.compile(r"denyhosts", re.IGNORECASE),
'method': "like",
'secure_values': (re.compile(r"denyhosts", re.IGNORECASE)),
'display_value': True,
'display_value': False,
'display_text': {'success': "Found", 'failure': "Not Found"},
'secure_on_empty': False,
'test_name': "DenyHosts running",
Expand Down

0 comments on commit 5912925

Please sign in to comment.