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/000771.html | 101 ++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000771.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000771.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000771.html b/zarb-ml/mageia-sysadm/2010-November/000771.html new file mode 100644 index 000000000..dcd4eeafc --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000771.html @@ -0,0 +1,101 @@ + + + + [Mageia-sysadm] [390] - make sure nscd is installed and running + + + + + + + + + +

[Mageia-sysadm] [390] - make sure nscd is installed and running

+ root at mageia.org + root at mageia.org +
+ Mon Nov 22 14:15:23 CET 2010 +

+
+ +
Revision: 390
+Author:   misc
+Date:     2010-11-22 14:15:23 +0100 (Mon, 22 Nov 2010)
+Log Message:
+-----------
+- make sure nscd is installed and running
+
+Modified Paths:
+--------------
+    puppet/modules/pam/manifests/init.pp
+
+Modified: puppet/modules/pam/manifests/init.pp
+===================================================================
+--- puppet/modules/pam/manifests/init.pp	2010-11-22 13:15:22 UTC (rev 389)
++++ puppet/modules/pam/manifests/init.pp	2010-11-22 13:15:23 UTC (rev 390)
+@@ -1,10 +1,15 @@
+ class pam {
+ 
+   class base {
+-      package { ["pam_ldap","nss_ldap"]:
++      package { ["pam_ldap","nss_ldap","nscd"]:
+         ensure => installed,  
+       }
+ 
++      service { nscd:
++        ensure => running,
++        path => '/etc/init.d/nscd',
++      } 
++
+       file { "system-auth":
+          path => "/etc/pam.d/system-auth",
+          owner => root,
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101122/a5218354/attachment.html>
+
+ + + + + + + + + + + + + +
+

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