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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] Mailling list type
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Mailling%20list%20type&In-Reply-To=%3C1291983331.15491.5.camel%40akroma.ephaone.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="001112.html">
<LINK REL="Next" HREF="001114.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] Mailling list type</H1>
<B>Michael Scherer</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Mailling%20list%20type&In-Reply-To=%3C1291983331.15491.5.camel%40akroma.ephaone.org%3E"
TITLE="[Mageia-sysadm] Mailling list type">misc at zarb.org
</A><BR>
<I>Fri Dec 10 13:15:31 CET 2010</I>
<P><UL>
<LI>Previous message: <A HREF="001112.html">[Mageia-sysadm] Mailling list type
</A></li>
<LI>Next message: <A HREF="001114.html">[Mageia-sysadm] Mailling list type
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1113">[ date ]</a>
<a href="thread.html#1113">[ thread ]</a>
<a href="subject.html#1113">[ subject ]</a>
<a href="author.html#1113">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Le vendredi 10 décembre 2010 à 02:47 +0100, Michael Scherer a écrit :
><i> Hi,
</I>><i>
</I>><i> After thinking hard, I have seen that we will likely need 7 profiles of
</I>><i> mailling list ( sympa requires us to choose a profile when creating the
</I>><i> list, so instead of using a different one for each list, I have tried to
</I>><i> find the common one ).
</I>><i>
</I>><i> Basically, the only things that would matter are :
</I>><i>
</I>><i> - who can read the archive : public / private ( if no archive, this is
</I>><i> not a ml, this is a alias, thus being handled by postfix, not sympa )
</I>><i>
</I>><i> - who can subscribe ( and unsubscribe ) : everybody / no one ( ie
</I>><i> restricted to some people decided in ldap using a group, or some other
</I>><i> systems )
</I>><i>
</I>><i> - who can post without moderation : everybody / subscriber / a single
</I>><i> email / a ldap group
</I>
So after checking sympa doc ( and code source ), we face a problem
here .
Here
( <A HREF="http://www.sympa.org/manual/authorization-scenarios#named_filters">http://www.sympa.org/manual/authorization-scenarios#named_filters</A> ),
this is explained that we can do a query to ldap to find if a email can
post to a list. So far so good.
But just one query.
And so, I am unable to find a query who can give me the list of email of
people of a ldap group in our ldap ( as we do not use memberOf )
We have 3 solutions :
- someone add the support for ldap queries with 2 level in sympa ( as
this is done for others ldap usage )
- we use slapo-memberof
( <A HREF="http://www.openldap.org/doc/admin24/overlays.html">http://www.openldap.org/doc/admin24/overlays.html</A> )
- we use slapo-dynlist ( same page )
slapo-memberof seems to be what we want, but this doesn't seems dynamic
( ie, we will have to update the 10 existing entries in ldap to make
them compliant ).
slapo-dynlist seems overkill.
Any LDAP guru to give insight ?
--
Michael Scherer
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="001112.html">[Mageia-sysadm] Mailling list type
</A></li>
<LI>Next message: <A HREF="001114.html">[Mageia-sysadm] Mailling list type
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1113">[ date ]</a>
<a href="thread.html#1113">[ thread ]</a>
<a href="subject.html#1113">[ subject ]</a>
<a href="author.html#1113">[ 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>
|