From 53e69c562fe8fda065539a41f371239981512bfc Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Sun, 11 Aug 2002 18:43:29 +0000 Subject: corrected without_password --- share/libmsec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/libmsec.py b/share/libmsec.py index 7906b78..b98b460 100644 --- a/share/libmsec.py +++ b/share/libmsec.py @@ -87,7 +87,7 @@ without_password=2 ALL_LOCAL_NONE_TRANS = {ALL : 'ALL', NONE: 'NONE', LOCAL : 'LOCAL'} YES_NO_TRANS = {yes : 'yes', no : 'no'} -ALLOW_ROOT_LOGIN_TRANS = {no : 'no', yes : 'yes', without_password : 'without-password'} +ALLOW_ROOT_LOGIN_TRANS = {no : 'no', yes : 'yes', without_password : 'without_password'} # config files => actions -- cgit v1.2.1