diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-webteam/2011-April/000738.html | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-1be510f9529cb082f802408b472a77d074b394c0.tar archives-1be510f9529cb082f802408b472a77d074b394c0.tar.gz archives-1be510f9529cb082f802408b472a77d074b394c0.tar.bz2 archives-1be510f9529cb082f802408b472a77d074b394c0.tar.xz archives-1be510f9529cb082f802408b472a77d074b394c0.zip |
Diffstat (limited to 'zarb-ml/mageia-webteam/2011-April/000738.html')
-rw-r--r-- | zarb-ml/mageia-webteam/2011-April/000738.html | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/zarb-ml/mageia-webteam/2011-April/000738.html b/zarb-ml/mageia-webteam/2011-April/000738.html new file mode 100644 index 000000000..283cf3778 --- /dev/null +++ b/zarb-ml/mageia-webteam/2011-April/000738.html @@ -0,0 +1,88 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-webteam] [Bug 899] Synchronize bugzilla groups with ldap groups + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-webteam%40mageia.org?Subject=Re%3A%20%5BMageia-webteam%5D%20%5BBug%20899%5D%20Synchronize%20bugzilla%20groups%20with%20ldap%0A%09groups&In-Reply-To=%3C20110419223058.3CC7F42963%40alamut.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="000736.html"> + <LINK REL="Next" HREF="000739.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-webteam] [Bug 899] Synchronize bugzilla groups with ldap groups</H1> + <B>Michael Scherer</B> + <A HREF="mailto:mageia-webteam%40mageia.org?Subject=Re%3A%20%5BMageia-webteam%5D%20%5BBug%20899%5D%20Synchronize%20bugzilla%20groups%20with%20ldap%0A%09groups&In-Reply-To=%3C20110419223058.3CC7F42963%40alamut.mageia.org%3E" + TITLE="[Mageia-webteam] [Bug 899] Synchronize bugzilla groups with ldap groups">bugzilla-daemon at mageia.org + </A><BR> + <I>Wed Apr 20 00:30:58 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="000736.html">[Mageia-webteam] [Bug 899] Synchronize bugzilla groups with ldap groups +</A></li> + <LI>Next message: <A HREF="000739.html">[Mageia-webteam] [Bug 899] Synchronize bugzilla groups with ldap groups +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#738">[ date ]</a> + <a href="thread.html#738">[ thread ]</a> + <a href="subject.html#738">[ subject ]</a> + <a href="author.html#738">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE><A HREF="https://bugs.mageia.org/show_bug.cgi?id=899">https://bugs.mageia.org/show_bug.cgi?id=899</A> + +Michael Scherer <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-webteam">misc at zarb.org</A>> changed: + + What |Removed |Added +---------------------------------------------------------------------------- + CC| |<A HREF="https://www.mageia.org/mailman/listinfo/mageia-webteam">misc at zarb.org</A> + +--- Comment #1 from Michael Scherer <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-webteam">misc at zarb.org</A>> 2011-04-20 00:30:58 UTC --- +Best way would be to use xml-rpc. But unless I misunderstood documentation ( +<A HREF="http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService.html">http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService.html</A> ), we +cannot do much on group with the API. + +Another way is to *khof* edit the database directly. Quite fragile, hackish, +etc. But maybe our best bet even if I think we should avoid that as much as +possible. + +Third way, use some www::mechanize stuff to log on bugzilla and change the +group member ship. This would be as fragile as the 2nd way, but in a different +manner. + +-- +Configure bugmail: <A HREF="https://bugs.mageia.org/userprefs.cgi?tab=email">https://bugs.mageia.org/userprefs.cgi?tab=email</A> +------- You are receiving this mail because: ------- +You are on the CC list for the bug. +</PRE> + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000736.html">[Mageia-webteam] [Bug 899] Synchronize bugzilla groups with ldap groups +</A></li> + <LI>Next message: <A HREF="000739.html">[Mageia-webteam] [Bug 899] Synchronize bugzilla groups with ldap groups +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#738">[ date ]</a> + <a href="thread.html#738">[ thread ]</a> + <a href="subject.html#738">[ subject ]</a> + <a href="author.html#738">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">More information about the Mageia-webteam +mailing list</a><br> +</body></html> |