diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-March/003221.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-March/003221.html | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-March/003221.html b/zarb-ml/mageia-sysadm/2011-March/003221.html new file mode 100644 index 000000000..01ed5007e --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-March/003221.html @@ -0,0 +1,90 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] Packaging puppet modules + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Packaging%20puppet%20modules&In-Reply-To=%3C1301497967.10310.88.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="003220.html"> + <LINK REL="Next" HREF="003193.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] Packaging puppet modules</H1> + <B>Michael Scherer</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Packaging%20puppet%20modules&In-Reply-To=%3C1301497967.10310.88.camel%40akroma.ephaone.org%3E" + TITLE="[Mageia-sysadm] Packaging puppet modules">misc at zarb.org + </A><BR> + <I>Wed Mar 30 17:12:47 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="003220.html">[Mageia-sysadm] Packaging puppet modules +</A></li> + <LI>Next message: <A HREF="003193.html">[Mageia-sysadm] Changelog@ - no changelogs +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3221">[ date ]</a> + <a href="thread.html#3221">[ thread ]</a> + <a href="subject.html#3221">[ subject ]</a> + <a href="author.html#3221">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le vendredi 25 mars 2011 à 09:09 +0200, Buchan Milne a écrit : + +><i> For quite some time I have been wanting to make a graphical tool for +</I>><i> installing and configuring an LDAP server, using the online configuration +</I>><i> (cn=config) capabilities of OpenLDAP, replacing 'openldap-mandriva-dit'. +</I>><i> If it is possible to do this with puppet (I suspect not), I might consider a +</I>><i> module for that (although, for the OpenLDAP project, it would probably be better +</I>><i> to have a tool not dependent on puppet, so a Catalyst component was my original plan). +</I> +Well, I have done something for that. +I wrote custom type for openldap_ou, user, group, with different +providers. + +Basically, I could say : + +openldap::openldap_group { "mga-sysadmins": } + +and have it added to ldap. + +The goal was to ease the replication of the ldap on a test vm, along the +various usual vcs stuff ( comments, audit , etc ). + +But I didn't went further, as this required to give access ( in my +implementation ) to the full ldap with <A HREF="ldapi:///">ldapi:///</A> access, or to find a +way to store the password somewhere. + +And I did it by calling ldapsearch/ldapadd directly, and that's not very +clean :) + +I have this somewhere in git, but didn't push to our svn, I will see +once I am more fluent in ruby. + +-- +Michael Scherer + +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="003220.html">[Mageia-sysadm] Packaging puppet modules +</A></li> + <LI>Next message: <A HREF="003193.html">[Mageia-sysadm] Changelog@ - no changelogs +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3221">[ date ]</a> + <a href="thread.html#3221">[ thread ]</a> + <a href="subject.html#3221">[ subject ]</a> + <a href="author.html#3221">[ 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> |