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/000840.html | 95 +++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000840.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000840.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000840.html b/zarb-ml/mageia-sysadm/2010-November/000840.html new file mode 100644 index 000000000..f38856b4e --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000840.html @@ -0,0 +1,95 @@ + + + + [Mageia-sysadm] [424] ssh user requires the associated group + + + + + + + + + +

[Mageia-sysadm] [424] ssh user requires the associated group

+ root at mageia.org + root at mageia.org +
+ Tue Nov 23 20:44:42 CET 2010 +

+
+ +
Revision: 424
+Author:   blino
+Date:     2010-11-23 20:44:42 +0100 (Tue, 23 Nov 2010)
+Log Message:
+-----------
+ssh user requires the associated group
+
+Modified Paths:
+--------------
+    puppet/modules/buildsystem/manifests/init.pp
+
+Modified: puppet/modules/buildsystem/manifests/init.pp
+===================================================================
+--- puppet/modules/buildsystem/manifests/init.pp	2010-11-23 19:44:01 UTC (rev 423)
++++ puppet/modules/buildsystem/manifests/init.pp	2010-11-23 19:44:42 UTC (rev 424)
+@@ -65,6 +65,7 @@
+             gid => $title,
+             shell => "/bin/bash",
+             notify => Exec["unlock$title"],
++            require => Group[$title],
+         }
+ 
+         # set password to * to unlock the account but forbid login through login
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101123/b9196729/attachment-0001.html>
+
+ + + + + + + + + + + + + + + + +
+

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