summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2012-September/004745.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2012-September/004745.html')
-rw-r--r--zarb-ml/mageia-sysadm/2012-September/004745.html149
1 files changed, 149 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2012-September/004745.html b/zarb-ml/mageia-sysadm/2012-September/004745.html
new file mode 100644
index 000000000..ed0352b43
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2012-September/004745.html
@@ -0,0 +1,149 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] Email change replication between identity and sympa
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Email%20change%20replication%20between%20identity%20and%0A%09sympa&In-Reply-To=%3C1348124830.6192.YahooMailNeo%40web140905.mail.bf1.yahoo.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="004743.html">
+ <LINK REL="Next" HREF="004766.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] Email change replication between identity and sympa</H1>
+ <B>Joerg Stephan</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Email%20change%20replication%20between%20identity%20and%0A%09sympa&In-Reply-To=%3C1348124830.6192.YahooMailNeo%40web140905.mail.bf1.yahoo.com%3E"
+ TITLE="[Mageia-sysadm] Email change replication between identity and sympa">johe.stephan at ymail.com
+ </A><BR>
+ <I>Thu Sep 20 09:07:10 CEST 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="004743.html">[Mageia-sysadm] Email change replication between identity and sympa
+</A></li>
+ <LI>Next message: <A HREF="004766.html">[Mageia-sysadm] Email change replication between identity and sympa
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#4745">[ date ]</a>
+ <a href="thread.html#4745">[ thread ]</a>
+ <a href="subject.html#4745">[ subject ]</a>
+ <a href="author.html#4745">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Well i found a plugin page <A HREF="http://www.sympa.org/manual/ldap">http://www.sympa.org/manual/ldap</A> or manual to do it with ldap and if you access the puppet repository
+
+svn co <A HREF="svn://svn.mageia.org/svn/adm/puppet/">svn://svn.mageia.org/svn/adm/puppet/</A>
+
+you will find an&#160;puppet/modules/sympa/templates/auth.conf which does the ldap binding for auth in addition to that
+
+[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">root at x0</A> templates]# grep -ir ldap *
+auth.conf:ldap
+auth.conf: &#160; &#160; &#160; &#160;host &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;ldap.&lt;%= domain %&gt;
+auth.conf: &#160; &#160; &#160; &#160;bind_password &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &lt;%= ldap_password %&gt;
+config:&lt;% if subscriber_ldap_group and not subscription_open %&gt;
+config:&lt;% elsif sender_ldap_group %&gt;
+config:send restricted_&lt;%= sender_ldap_group %&gt;
+config:&lt;% if subscriber_ldap_group %&gt;
+config:include_ldap_query
+config: &#160; &#160;host ldap.&lt;%= domain %&gt;
+config: &#160; &#160;filter (memberOf=cn=&lt;%= subscriber_ldap_group %&gt;,ou=Group,&lt;%= dc_suffix %&gt;)
+config: &#160; &#160;passwd &#160; &lt;%= ldap_password %&gt;
+data_sources/ldap_group.incl:include_ldap_2level_query
+data_sources/ldap_group.incl: &#160; &#160; &#160; &#160;host &#160; &#160; ldap.&lt;%= domain %&gt;
+data_sources/ldap_group.incl: &#160; &#160; &#160; &#160;passwd &#160; &lt;%= ldap_password %&gt;
+scenari/sender.ldap_group:search(&lt;%= name %&gt;.ldap) &#160;smtp,md5,smime &#160;-&gt; do_it
+search_filters/group.ldap:host &#160; &#160; &#160; &#160;ldap.&lt;%= domain %&gt;:636
+search_filters/group.ldap:bind_password &lt;%= ldap_password %&gt;
+
+so ldap is used at some spots in the config, currently i dont know the ldap design, or what identity sets on its site
+
+
+
+&gt;<i>________________________________
+</I>&gt;<i> From: Ross Wilson &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">ross.wilson at mail.com</A>&gt;
+</I>&gt;<i>To: Mageia Sysadmin discussions &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">mageia-sysadm at mageia.org</A>&gt;
+</I>&gt;<i>Sent: Thursday, September 20, 2012 8:56 AM
+</I>&gt;<i>Subject: Re: [Mageia-sysadm] Email change replication between identity and sympa
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i>As far as I can see Sympa doesn't have a 'standard database'; it uses an RDBMS like Postgres, MySQL etc, or am I missing something?
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i>&#160;
+</I>&gt;<i>----- Original Message -----
+</I>&gt;&gt;<i>From: nicolas vigier
+</I>&gt;&gt;<i>Sent: 09/20/12 12:57 AM
+</I>&gt;&gt;<i>To: Mageia Sysadmin discussions
+</I>&gt;&gt;<i>Subject: Re: [Mageia-sysadm] Email change replication between identity and sympa
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i>On Wed, 19 Sep 2012, Ross Wilson wrote: &gt; Hi,
+</I>&gt;<i>
+</I>&gt;<i> I recently came across this:
+</I>&gt;<i>
+</I>&gt;<i> However there are many areas where it's possible to help without having
+</I>&gt;<i> root access. For instance :
+</I>&gt;<i> - we need to find a solution so that email changed on
+</I>&gt;<i> identity.mageia.org is automatically changed on sympa mailing lists.
+</I>&gt;<i> This require making some changes to identity and/or sympa.
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> Has this issue been resolved? If not, I feel I may be able to resolve it; it would most likely require some level of
+</I>&gt;<i> access to the databases holding the email information, but I feel it would be pretty
+</I>&gt;<i> trivial to setup some sort of trigger which will update sympa if identity.mageia.org
+</I>&gt;<i> is updated (and vice versa?). See
+</I><A HREF="http://www.mageia.org/pipermail/mageia-sysadm/2012-September/004717.html">http://www.mageia.org/pipermail/mageia-sysadm/2012-September/004717.html</A> &gt;
+&gt;<i> To this end, I have submitted an account request in bugzilla. You don't need an account to develop an ldap trigger or identity plugin. Identity sources are available on svn :
+</I><A HREF="http://svnweb.mageia.org/soft/identity/CatDap/trunk/">http://svnweb.mageia.org/soft/identity/CatDap/trunk/</A> And database is standard sympa database. _______________________________________________
+Mageia-sysadm mailing list
+<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">Mageia-sysadm at mageia.org</A>
+<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">https://www.mageia.org/mailman/listinfo/mageia-sysadm</A>
+&gt;<i>&#160;
+</I>&gt;<i>_______________________________________________
+</I>&gt;<i>Mageia-sysadm mailing list
+</I>&gt;<i><A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">Mageia-sysadm at mageia.org</A>
+</I>&gt;<i><A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">https://www.mageia.org/mailman/listinfo/mageia-sysadm</A>
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i>
+</I>-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-sysadm/attachments/20120920/f0a1e71c/attachment.html&gt;
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="004743.html">[Mageia-sysadm] Email change replication between identity and sympa
+</A></li>
+ <LI>Next message: <A HREF="004766.html">[Mageia-sysadm] Email change replication between identity and sympa
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#4745">[ date ]</a>
+ <a href="thread.html#4745">[ thread ]</a>
+ <a href="subject.html#4745">[ subject ]</a>
+ <a href="author.html#4745">[ 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>