summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2010-November/000572.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000572.html')
-rw-r--r--zarb-ml/mageia-sysadm/2010-November/000572.html127
1 files changed, 127 insertions, 0 deletions
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [267] - fix templates
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B267%5D%20-%20fix%20templates&In-Reply-To=%3C20101117155033.006A03FC09%40valstar.mageia.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000571.html">
+ <LINK REL="Next" HREF="000573.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [267] - fix templates</H1>
+ <B>root at mageia.org</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B267%5D%20-%20fix%20templates&In-Reply-To=%3C20101117155033.006A03FC09%40valstar.mageia.org%3E"
+ TITLE="[Mageia-sysadm] [267] - fix templates">root at mageia.org
+ </A><BR>
+ <I>Wed Nov 17 16:50:32 CET 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000571.html">[Mageia-sysadm] [266] - better use heritance
+</A></li>
+ <LI>Next message: <A HREF="000573.html">[Mageia-sysadm] [268] - add a postgrey module
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#572">[ date ]</a>
+ <a href="thread.html#572">[ thread ]</a>
+ <a href="subject.html#572">[ subject ]</a>
+ <a href="author.html#572">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>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 =&gt; root,
+ group =&gt; root,
+ mode =&gt; 644,
+- content =&gt; template(&quot;openldap/system-auth&quot;)
++ content =&gt; template(&quot;pam/system-auth&quot;)
+ }
++
++ file { &quot;nsswitch.conf&quot;:
++ path =&gt; &quot;/etc/nsswitch.conf&quot;,
++ owner =&gt; root,
++ group =&gt; root,
++ mode =&gt; 644,
++ content =&gt; template(&quot;pam/system-auth&quot;)
++ }
+ }
+
+ # 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: &lt;/pipermail/mageia-sysadm/attachments/20101117/28939af9/attachment-0001.html&gt;
+</PRE>
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000571.html">[Mageia-sysadm] [266] - better use heritance
+</A></li>
+ <LI>Next message: <A HREF="000573.html">[Mageia-sysadm] [268] - add a postgrey module
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#572">[ date ]</a>
+ <a href="thread.html#572">[ thread ]</a>
+ <a href="subject.html#572">[ subject ]</a>
+ <a href="author.html#572">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
+mailing list</a><br>
+</body></html>