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
|
<!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>
|