diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2009-05-04 13:47:17 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2009-05-04 13:47:17 +0000 |
commit | 08a9f46b9c646076ef9ef3e4e32d85d9f706c6fa (patch) | |
tree | 63a5c63d3ddc35516bca9819ce72d71e84eed962 | |
parent | c653b01ac71ca98ebbe2fd939d71a36b5c27f037 (diff) | |
download | msec-08a9f46b9c646076ef9ef3e4e32d85d9f706c6fa.tar msec-08a9f46b9c646076ef9ef3e4e32d85d9f706c6fa.tar.gz msec-08a9f46b9c646076ef9ef3e4e32d85d9f706c6fa.tar.bz2 msec-08a9f46b9c646076ef9ef3e4e32d85d9f706c6fa.tar.xz msec-08a9f46b9c646076ef9ef3e4e32d85d9f706c6fa.zip |
Typo fixed.
-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) |