summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2010-November/000489.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-sysadm/2010-November/000489.html
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-master.tar
archives-master.tar.gz
archives-master.tar.bz2
archives-master.tar.xz
archives-master.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000489.html')
-rw-r--r--zarb-ml/mageia-sysadm/2010-November/000489.html150
1 files changed, 150 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000489.html b/zarb-ml/mageia-sysadm/2010-November/000489.html
new file mode 100644
index 000000000..4c2947675
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2010-November/000489.html
@@ -0,0 +1,150 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [239] continue sympa config.
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B239%5D%20continue%20sympa%20config.&In-Reply-To=%3C20101110172143.901163F908%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="000484.html">
+ <LINK REL="Next" HREF="000494.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [239] continue sympa config.</H1>
+ <B>root at mageia.org</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B239%5D%20continue%20sympa%20config.&In-Reply-To=%3C20101110172143.901163F908%40valstar.mageia.org%3E"
+ TITLE="[Mageia-sysadm] [239] continue sympa config.">root at mageia.org
+ </A><BR>
+ <I>Wed Nov 10 18:21:43 CET 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000484.html">[Mageia-sysadm] [238] Fix php-mysql
+</A></li>
+ <LI>Next message: <A HREF="000494.html">[Mageia-sysadm] [240] Change transifex password
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#489">[ date ]</a>
+ <a href="thread.html#489">[ thread ]</a>
+ <a href="subject.html#489">[ subject ]</a>
+ <a href="author.html#489">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Revision: 239
+Author: dmorgan
+Date: 2010-11-10 18:21:43 +0100 (Wed, 10 Nov 2010)
+Log Message:
+-----------
+continue sympa config.
+
+ldap_alias_entry.tt2 need to be fixed when the mail server will be ON.
+
+Modified Paths:
+--------------
+ puppet/modules/sympa/manifests/init.pp
+
+Added Paths:
+-----------
+ puppet/modules/sympa/templates/auth.conf
+ puppet/modules/sympa/templates/ldap_alias_entry.tt2
+
+Modified: puppet/modules/sympa/manifests/init.pp
+===================================================================
+--- puppet/modules/sympa/manifests/init.pp 2010-11-10 16:05:35 UTC (rev 238)
++++ puppet/modules/sympa/manifests/init.pp 2010-11-10 17:21:43 UTC (rev 239)
+@@ -24,5 +24,21 @@
+ mode =&gt; 644,
+ content =&gt; template(&quot;sympa/ldap_alias_manager.conf&quot;)
+ }
++
++ file { '/etc/sympa/auth.conf':
++ ensure =&gt; present,
++ owner =&gt; root,
++ group =&gt; root,
++ mode =&gt; 644,
++ content =&gt; template(&quot;sympa/auth.conf&quot;)
++ }
++
++ file { '/etc/sympa/ldap_alias_entry.tt2':
++ ensure =&gt; present,
++ owner =&gt; root,
++ group =&gt; root,
++ mode =&gt; 644,
++ content =&gt; template(&quot;sympa/ldap_alias_entry.tt2&quot;)
++ }
+ }
+
+
+Added: puppet/modules/sympa/templates/auth.conf
+===================================================================
+--- puppet/modules/sympa/templates/auth.conf (rev 0)
++++ puppet/modules/sympa/templates/auth.conf 2010-11-10 17:21:43 UTC (rev 239)
+@@ -0,0 +1,13 @@
++ldap
++ host ldap.mageia.org:389
++ timeout 30
++ suffix dc=mageia,dc=org
++ get_dn_by_uid_filter (uid=[sender])
++ get_dn_by_email (|(mail=[sender])(mailalternateaddress=[sender]))
++ email_attribute mail
++ scope sub
++
++
++user_table
++ regexp .*
++
+
+Added: puppet/modules/sympa/templates/ldap_alias_entry.tt2
+===================================================================
+--- puppet/modules/sympa/templates/ldap_alias_entry.tt2 (rev 0)
++++ puppet/modules/sympa/templates/ldap_alias_entry.tt2 2010-11-10 17:21:43 UTC (rev 239)
+@@ -0,0 +1,11 @@
++dn: cn=[% list.alias %],cn=[% list.domain %],[% ldap_base_dn %]
++objectClass: top
++objectClass: mailAlias
++objectClass: mailRecipient
++cn: [% list.alias %]
++mail: [% list.alias %]@[% list.domain %]
++mailTransportMode: [% list.command %]
++mailAccountStatus: active
++mailHost: mail1.example.com
++
++# vim: ft=ldif
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-sysadm/attachments/20101110/bb5ae506/attachment.html&gt;
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000484.html">[Mageia-sysadm] [238] Fix php-mysql
+</A></li>
+ <LI>Next message: <A HREF="000494.html">[Mageia-sysadm] [240] Change transifex password
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#489">[ date ]</a>
+ <a href="thread.html#489">[ thread ]</a>
+ <a href="subject.html#489">[ subject ]</a>
+ <a href="author.html#489">[ 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>