From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000882.html | 98 +++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000882.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000882.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000882.html b/zarb-ml/mageia-sysadm/2010-November/000882.html new file mode 100644 index 000000000..ce6bd1b27 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000882.html @@ -0,0 +1,98 @@ + + + + [Mageia-sysadm] [448] pam_wheel is made to be used with su only. + + + + + + + + + +

[Mageia-sysadm] [448] pam_wheel is made to be used with su only.

+ root at mageia.org + root at mageia.org +
+ Wed Nov 24 02:27:30 CET 2010 +

+
+ +
Revision: 448
+Author:   misc
+Date:     2010-11-24 02:27:30 +0100 (Wed, 24 Nov 2010)
+Log Message:
+-----------
+pam_wheel is made to be used with su only. pam_succeed_if seems to be the proper module
+
+Modified Paths:
+--------------
+    puppet/modules/pam/templates/system-auth
+
+Modified: puppet/modules/pam/templates/system-auth
+===================================================================
+--- puppet/modules/pam/templates/system-auth	2010-11-24 01:21:09 UTC (rev 447)
++++ puppet/modules/pam/templates/system-auth	2010-11-24 01:27:30 UTC (rev 448)
+@@ -6,10 +6,10 @@
+ auth    sufficient   pam_unix.so likeauth nullok try_first_pass
+ auth    sufficient   pam_ldap.so use_first_pass
+ <%- if access_class = 'admin' -%>
+-auth    required     pam_wheel.so group=mga-sysadmin
++auth    required     pam_succeed_if.so quiet user ingroup mga-sysadmin
+ <%- end -%>
+ <%- if access_class = 'commiters' -%>
+-auth    required     pam_wheel.so group=mga-commiters
++auth    required     pam_succeed_if.so quiet user ingroup mga-commiters
+ <%- end -%>
+ auth    required     pam_deny.so
+ 
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101124/63abbb7c/attachment.html>
+
+ + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1