diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/msec/plugins/pam.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |