diff options
Diffstat (limited to 'ipa-server')
-rw-r--r-- | ipa-server/ipa-fix-CVE-2008-3274 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipa-server/ipa-fix-CVE-2008-3274 b/ipa-server/ipa-fix-CVE-2008-3274 index 3d8324e0..41d3abc9 100644 --- a/ipa-server/ipa-fix-CVE-2008-3274 +++ b/ipa-server/ipa-fix-CVE-2008-3274 @@ -170,6 +170,7 @@ def change_mkey(password = None, quiet = False): if os.getuid() != 0: print "ERROR: This command must be run as root" + sys.exit(1) print "DANGER: This is a dangerous operation, make sure you backup all your IPA data before running the tool" print "This command will restart your Directory and KDC Servers." |