From 168e95580e7be9f0a6df85d93cc1fdbf748b1fb8 Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Fri, 8 Mar 2002 18:41:21 +0000 Subject: added yes and no to be used as argument to the functions. --- share/libmsec.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/share/libmsec.py b/share/libmsec.py index 2a13c33..66ca4af 100644 --- a/share/libmsec.py +++ b/share/libmsec.py @@ -80,6 +80,9 @@ NONE=0 ALL=1 LOCAL=2 +yes=1 +no=0 + # config files => actions ConfigFile.add_config_assoc(INITTAB, '/sbin/telinit q') @@ -592,6 +595,8 @@ def password_aging(max, inactive=-1): def set_security_conf(var, value): '''1 Set the variable \\fIvar\\fP to the value \\fIvalue\\fP in /var/lib/msec/security.conf. +The best way to override the default setting is to use create /etc/security/msec/security.conf +with the value you want. The following variables are currentrly recognized by msec: -- cgit v1.2.1