From 08a9f46b9c646076ef9ef3e4e32d85d9f706c6fa Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Mon, 4 May 2009 13:47:17 +0000 Subject: Typo fixed. --- src/msec/plugins/pam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msec/plugins/pam.py b/src/msec/plugins/pam.py index b897d0b..56eda83 100644 --- a/src/msec/plugins/pam.py +++ b/src/msec/plugins/pam.py @@ -58,7 +58,7 @@ class pam: config.SETTINGS_SYSTEM.append('PASSWORD_LENGTH') def enable_password(self, arg): - ''' Use password to authenticate users. Take EXTREMELY care when disabling passwords, as it will leave the machine vulnerable.''' + ''' Use password to authenticate users. Take EXTREME care when disabling passwords, as it will leave the machine vulnerable.''' system_auth = self.configfiles.get_config_file(self.SYSTEM_AUTH) val = system_auth.get_match(self.PASSWORD_REGEXP) -- cgit v1.2.1