summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2010-December/001118.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-December/001118.html')
-rw-r--r--zarb-ml/mageia-sysadm/2010-December/001118.html122
1 files changed, 122 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-December/001118.html b/zarb-ml/mageia-sysadm/2010-December/001118.html
new file mode 100644
index 000000000..3e32e9429
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2010-December/001118.html
@@ -0,0 +1,122 @@
+<!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=%3C201012101713.11756.maarten.vanraes%40gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="001116.html">
+ <LINK REL="Next" HREF="001122.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] Mailling list type</H1>
+ <B>Maarten Vanraes</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Mailling%20list%20type&In-Reply-To=%3C201012101713.11756.maarten.vanraes%40gmail.com%3E"
+ TITLE="[Mageia-sysadm] Mailling list type">maarten.vanraes at gmail.com
+ </A><BR>
+ <I>Fri Dec 10 17:13:11 CET 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="001116.html">[Mageia-sysadm] Mailling list type
+</A></li>
+ <LI>Next message: <A HREF="001122.html">[Mageia-sysadm] Mailling list type
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#1118">[ date ]</a>
+ <a href="thread.html#1118">[ thread ]</a>
+ <a href="subject.html#1118">[ subject ]</a>
+ <a href="author.html#1118">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Op vrijdag 10 december 2010 13:15:31 schreef Michael Scherer:
+&gt;<i> Le vendredi 10 d&#233;cembre 2010 &#224; 02:47 +0100, Michael Scherer a &#233;crit :
+</I>&gt;<i> &gt; Hi,
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; After thinking hard, I have seen that we will likely need 7 profiles of
+</I>&gt;<i> &gt; mailling list ( sympa requires us to choose a profile when creating the
+</I>&gt;<i> &gt; list, so instead of using a different one for each list, I have tried to
+</I>&gt;<i> &gt; find the common one ).
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; Basically, the only things that would matter are :
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; - who can read the archive : public / private ( if no archive, this is
+</I>&gt;<i> &gt; not a ml, this is a alias, thus being handled by postfix, not sympa )
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; - who can subscribe ( and unsubscribe ) : everybody / no one ( ie
+</I>&gt;<i> &gt; restricted to some people decided in ldap using a group, or some other
+</I>&gt;<i> &gt; systems )
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; - who can post without moderation : everybody / subscriber / a single
+</I>&gt;<i> &gt; email / a ldap group
+</I>&gt;<i>
+</I>&gt;<i> So after checking sympa doc ( and code source ), we face a problem
+</I>&gt;<i> here .
+</I>&gt;<i>
+</I>&gt;<i> Here
+</I>&gt;<i> ( <A HREF="http://www.sympa.org/manual/authorization-scenarios#named_filters">http://www.sympa.org/manual/authorization-scenarios#named_filters</A> ),
+</I>&gt;<i> this is explained that we can do a query to ldap to find if a email can
+</I>&gt;<i> post to a list. So far so good.
+</I>&gt;<i>
+</I>&gt;<i> But just one query.
+</I>&gt;<i>
+</I>&gt;<i> And so, I am unable to find a query who can give me the list of email of
+</I>&gt;<i> people of a ldap group in our ldap ( as we do not use memberOf )
+</I>&gt;<i>
+</I>&gt;<i> We have 3 solutions :
+</I>&gt;<i> - someone add the support for ldap queries with 2 level in sympa ( as
+</I>&gt;<i> this is done for others ldap usage )
+</I>&gt;<i>
+</I>&gt;<i> - we use slapo-memberof
+</I>&gt;<i> ( <A HREF="http://www.openldap.org/doc/admin24/overlays.html">http://www.openldap.org/doc/admin24/overlays.html</A> )
+</I>&gt;<i>
+</I>&gt;<i> - we use slapo-dynlist ( same page )
+</I>&gt;<i>
+</I>&gt;<i> slapo-memberof seems to be what we want, but this doesn't seems dynamic
+</I>&gt;<i> ( ie, we will have to update the 10 existing entries in ldap to make
+</I>&gt;<i> them compliant ).
+</I>&gt;<i>
+</I>&gt;<i> slapo-dynlist seems overkill.
+</I>&gt;<i>
+</I>&gt;<i> Any LDAP guru to give insight ?
+</I>
+
+I am totally not a sysadm member, however, i do consider myself an LDAP guru
+(since i've written several LDAP administration backends and design).
+
+imo, it's more dynamic to use groups with uniqueMember attributes; of course,
+the queries are 2-level that way, however, i mostly wrote or appended to
+existing plugins to make it conform that way.
+
+If you wish to make use of it, i can spend some time to modify an existing
+LDAP plugin to make it use 2-level query calls.
+
+what language is used, for this plugin?
+</PRE>
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="001116.html">[Mageia-sysadm] Mailling list type
+</A></li>
+ <LI>Next message: <A HREF="001122.html">[Mageia-sysadm] Mailling list type
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#1118">[ date ]</a>
+ <a href="thread.html#1118">[ thread ]</a>
+ <a href="subject.html#1118">[ subject ]</a>
+ <a href="author.html#1118">[ 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>