packages: munin/munin-plugins.patch - configurable LDAP server

baggins baggins at pld-linux.org
Tue Dec 1 23:44:51 CET 2009


Author: baggins                      Date: Tue Dec  1 22:44:51 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- configurable LDAP server

---- Files affected:
packages/munin:
   munin-plugins.patch (1.30 -> 1.31) 

---- Diffs:

================================================================
Index: packages/munin/munin-plugins.patch
diff -u packages/munin/munin-plugins.patch:1.30 packages/munin/munin-plugins.patch:1.31
--- packages/munin/munin-plugins.patch:1.30	Tue Dec  1 14:47:39 2009
+++ packages/munin/munin-plugins.patch	Tue Dec  1 23:44:45 2009
@@ -991,3 +991,16 @@
  	printf "$name.value "
  	echo $i | cut -d"|" -f3
  done
+--- BUILD/munin-1.4.0/plugins/node.d/slapd_.in~	2009-11-27 12:17:11.000000000 +0100
++++ BUILD/munin-1.4.0/plugins/node.d/slapd_.in	2009-12-01 23:43:43.736623052 +0100
+@@ -36,8 +36,8 @@
+ 
+ # Change these to reflect your LDAP ACL. The given DN must have
+ # read access to the Monitor branch.
+-my $basedn = "cn=Monitor";
+-my $server = "localhost";
++my $basedn = ($ENV{'basedn'} || "cn=Monitor");
++my $server = ($ENV{'server'} || "localhost");
+ my $userdn = ($ENV{'binddn'} || '');
+ my $userpw = ($ENV{'bindpw'} || '');
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/munin/munin-plugins.patch?r1=1.30&r2=1.31&f=u



More information about the pld-cvs-commit mailing list