From 26d88c67950341dab25b5483a3edd1a27f4d1067 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Mon, 8 Feb 2010 14:08:50 +0000 Subject: Improved the message when the wheel group is empty (#57463) --- src/msec/plugins/pam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msec/plugins/pam.py b/src/msec/plugins/pam.py index 6961a30..540b561 100644 --- a/src/msec/plugins/pam.py +++ b/src/msec/plugins/pam.py @@ -173,7 +173,7 @@ class pam: return members = ent[3] if members == [] or members == ['root']: - self.log.error(_('wheel group is empty')) + self.log.error(_('Security configuration is defined to allow only members of the wheel group to su to root, but this group is empty. Please add the allowed users into the wheel group.')) return if su.exists(): (su.replace_line_matching('^[#\s]*auth\s+required\s+(?:/lib/security/)?pam_wheel.so\s+use_uid\s*$', -- cgit v1.2.1