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/000572.html | 127 ++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000572.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000572.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000572.html b/zarb-ml/mageia-sysadm/2010-November/000572.html new file mode 100644 index 000000000..a1a2b2598 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000572.html @@ -0,0 +1,127 @@ + + + + [Mageia-sysadm] [267] - fix templates + + + + + + + + + +

[Mageia-sysadm] [267] - fix templates

+ root at mageia.org + root at mageia.org +
+ Wed Nov 17 16:50:32 CET 2010 +

+
+ +
Revision: 267
+Author:   misc
+Date:     2010-11-17 16:50:32 +0100 (Wed, 17 Nov 2010)
+Log Message:
+-----------
+- fix templates
+- add nsswitch.conf
+
+Modified Paths:
+--------------
+    puppet/modules/pam/manifests/init.pp
+
+Added Paths:
+-----------
+    puppet/modules/pam/templates/nsswitch.conf
+
+Modified: puppet/modules/pam/manifests/init.pp
+===================================================================
+--- puppet/modules/pam/manifests/init.pp	2010-11-17 15:45:22 UTC (rev 266)
++++ puppet/modules/pam/manifests/init.pp	2010-11-17 15:50:32 UTC (rev 267)
+@@ -10,8 +10,16 @@
+          owner => root,
+          group => root,
+          mode => 644,
+-         content => template("openldap/system-auth")
++         content => template("pam/system-auth")
+       }
++
++      file { "nsswitch.conf":
++         path => "/etc/nsswitch.conf",
++         owner => root,
++         group => root,
++         mode => 644,
++         content => template("pam/system-auth")
++      }
+   } 
+   
+   # for server where only admin can connect
+
+Added: puppet/modules/pam/templates/nsswitch.conf
+===================================================================
+--- puppet/modules/pam/templates/nsswitch.conf	                        (rev 0)
++++ puppet/modules/pam/templates/nsswitch.conf	2010-11-17 15:50:32 UTC (rev 267)
+@@ -0,0 +1,16 @@
++passwd:     files ldap [UNAVAIL=return]
++shadow:     files ldap [UNAVAIL=return]
++group:      files ldap [UNAVAIL=return]
++hosts:      files mdns4_minimal [NOTFOUND=return] dns
++bootparams: files
++ethers:     files
++netmasks:   files
++networks:   files
++protocols:  files
++rpc:        files
++services:   files
++netgroup:   files ldap
++publickey:  files
++automount:  files
++aliases:    files
++
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101117/28939af9/attachment-0001.html>
+
+ + + + + + + + + + + +
+

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