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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-discuss] Mailing list migration: this list is closing
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mailing%20list%20migration%3A%20this%20list%20is%20closing&In-Reply-To=%3C5162252A.1020107%40laposte.net%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="009395.html">
<LINK REL="Next" HREF="009397.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-discuss] Mailing list migration: this list is closing</H1>
<B>andre999</B>
<A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mailing%20list%20migration%3A%20this%20list%20is%20closing&In-Reply-To=%3C5162252A.1020107%40laposte.net%3E"
TITLE="[Mageia-discuss] Mailing list migration: this list is closing">andre999mga at laposte.net
</A><BR>
<I>Mon Apr 8 04:02:18 CEST 2013</I>
<P><UL>
<LI>Previous message: <A HREF="009395.html">[Mageia-discuss] Mailing list migration: this list is closing
</A></li>
<LI>Next message: <A HREF="009397.html">[Mageia-discuss] Mailing list migration: this list is closing
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#9396">[ date ]</a>
<a href="thread.html#9396">[ thread ]</a>
<a href="subject.html#9396">[ subject ]</a>
<a href="author.html#9396">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>nicolas vigier a écrit :
><i> On Mon, 08 Apr 2013, Johnny A. Solbu wrote:
</I>><i>
</I>>><i> On Monday 8. April 2013 01.29, David W. Hodgins wrote:
</I>>>><i> While it would have been possible to automatically generate identity
</I>>>><i> accounts from the registration information stored by the mailman
</I>>>><i> software, it's preferable to be up front an honest about what's being
</I>>>><i> done, and let people decide for themselves if they want to create such
</I>>>><i> an account.
</I>>><i>
</I>>><i> Personally i don't have problem wit the requirement, i just wanted to know why the change in policy. And it apears sound.
</I>><i>
</I>><i> Because it would be a mess to allow sympa to manage both ldap and
</I>><i> non-ldap accounts.
</I>><i>
</I>>><i>
</I>>><i> But I have problems with the apparent abillity to no longer use any other address than the official one listed on my identity page.
</I>>><i> Is threre a way to do that?
</I>
Would my suggestion below work for you ?
><i>
</I>><i> The only way currently is to create an identity account for each address
</I>><i> you want to use. We can look if it would possible to support an other
</I>><i> way to do it, but I don't know if that's possible. And of course any
</I>><i> suggestion about how sympa could be configured to manage multiple email
</I>><i> addresses with only one ldap account is welcome.
</I>><i>
</I>><i>
</I>I don't know if this is easily configurable, but the online
documentation for sympa 6.1 has an example that seems to permit
filtering by multiple addresses with ldap.
see <A HREF="http://www.sympa.org/manual/authorization-scenarios#search_condition">http://www.sympa.org/manual/authorization-scenarios#search_condition</A>
Their example shows both
<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">salaun at cru.fr</A>
and
<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">O.salaun at cru.fr</A>
being accepted with the same filter, whereas only the first is coded as
such.
This seems to offer interesting possibilities, allowing users to have
alternate email adresses with different prefixes of their ldap adresse.
(by automatically adding * to the beginning of user ldap adresses.)
The code could require a minimum length to minimise false positives,
and/or add the * just before @.
Would this work, and without too much effort ?
--
André
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="009395.html">[Mageia-discuss] Mailing list migration: this list is closing
</A></li>
<LI>Next message: <A HREF="009397.html">[Mageia-discuss] Mailing list migration: this list is closing
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#9396">[ date ]</a>
<a href="thread.html#9396">[ thread ]</a>
<a href="subject.html#9396">[ subject ]</a>
<a href="author.html#9396">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
mailing list</a><br>
</body></html>
|