aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2009-05-04 13:47:17 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2009-05-04 13:47:17 +0000
commit08a9f46b9c646076ef9ef3e4e32d85d9f706c6fa (patch)
tree63a5c63d3ddc35516bca9819ce72d71e84eed962
parentc653b01ac71ca98ebbe2fd939d71a36b5c27f037 (diff)
downloadmsec-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.py2
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)