1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
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 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:        host                            ldap.<%= domain %>
auth.conf:        bind_password                   <%= ldap_password %>
config:<% if subscriber_ldap_group and not subscription_open %>
config:<% elsif sender_ldap_group %>
config:send restricted_<%= sender_ldap_group %>
config:<% if subscriber_ldap_group %>
config:include_ldap_query
config:    host ldap.<%= domain %>
config:    filter (memberOf=cn=<%= subscriber_ldap_group %>,ou=Group,<%= dc_suffix %>)
config:    passwd   <%= ldap_password %>
data_sources/ldap_group.incl:include_ldap_2level_query
data_sources/ldap_group.incl:        host     ldap.<%= domain %>
data_sources/ldap_group.incl:        passwd   <%= ldap_password %>
scenari/sender.ldap_group:search(<%= name %>.ldap)  smtp,md5,smime  -> do_it
search_filters/group.ldap:host        ldap.<%= domain %>:636
search_filters/group.ldap:bind_password <%= ldap_password %>
so ldap is used at some spots in the config, currently i dont know the ldap design, or what identity sets on its site
><i>________________________________
</I>><i> From: Ross Wilson <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">ross.wilson at mail.com</A>>
</I>><i>To: Mageia Sysadmin discussions <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">mageia-sysadm at mageia.org</A>>
</I>><i>Sent: Thursday, September 20, 2012 8:56 AM
</I>><i>Subject: Re: [Mageia-sysadm] Email change replication between identity and sympa
</I>><i>
</I>><i>
</I>><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>><i>
</I>><i>
</I>><i> 
</I>><i>----- Original Message -----
</I>>><i>From: nicolas vigier
</I>>><i>Sent: 09/20/12 12:57 AM
</I>>><i>To: Mageia Sysadmin discussions
</I>>><i>Subject: Re: [Mageia-sysadm] Email change replication between identity and sympa
</I>>><i>
</I>>><i>On Wed, 19 Sep 2012, Ross Wilson wrote: > Hi,
</I>><i>
</I>><i> I recently came across this:
</I>><i>
</I>><i> However there are many areas where it's possible to help without having
</I>><i> root access. For instance :
</I>><i> - we need to find a solution so that email changed on
</I>><i> identity.mageia.org is automatically changed on sympa mailing lists.
</I>><i> This require making some changes to identity and/or sympa.
</I>><i>
</I>><i>
</I>><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>><i> access to the databases holding the email information, but I feel it would be pretty
</I>><i> trivial to setup some sort of trigger which will update sympa if identity.mageia.org
</I>><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> >
><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>
><i> 
</I>><i>_______________________________________________
</I>><i>Mageia-sysadm mailing list
</I>><i><A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">Mageia-sysadm at mageia.org</A>
</I>><i><A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">https://www.mageia.org/mailman/listinfo/mageia-sysadm</A>
</I>><i>
</I>><i>
</I>><i>
</I>-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20120920/f0a1e71c/attachment.html>
</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>
|