aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2002-12-13 08:55:09 +0000
committerFrederic Lepied <flepied@mandriva.com>2002-12-13 08:55:09 +0000
commita607f235d7ceafd07a1d72b802c5d256d8f2b73f (patch)
treed666e625f9bacc57fdcf9a8be6ca6234f525c11c
parentc32b5b94be41919774506ed00402e0922b20c89a (diff)
downloadmsec-a607f235d7ceafd07a1d72b802c5d256d8f2b73f.tar
msec-a607f235d7ceafd07a1d72b802c5d256d8f2b73f.tar.gz
msec-a607f235d7ceafd07a1d72b802c5d256d8f2b73f.tar.bz2
msec-a607f235d7ceafd07a1d72b802c5d256d8f2b73f.tar.xz
msec-a607f235d7ceafd07a1d72b802c5d256d8f2b73f.zip
no password aging in level 4
-rwxr-xr-xshare/msec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/msec.py b/share/msec.py
index 4afc3b1..8f95836 100755
--- a/share/msec.py
+++ b/share/msec.py
@@ -170,7 +170,7 @@ if level >= 4:
allow_reboot(no)
enable_at_crontab(no)
if level == 4:
- password_aging(60, 30)
+ password_aging(99999)
allow_remote_root_login(without_password)
else:
password_aging(30, 15)