[debian-edu-commits] r82401 - in branches/wheezy/debian-edu-config: debian ldap-tools

pere at alioth.debian.org pere at alioth.debian.org
Wed Sep 18 12:35:22 UTC 2013


Author: pere
Date: 2013-09-18 12:35:22 +0000 (Wed, 18 Sep 2013)
New Revision: 82401

Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/ldap-tools/sitesummary2ldapdhcp
Log:
Improve error message from sitesummary2ldapdhcp when serveral host
LDAP objects have the same MAC address, to make the problem easier
to debug.

Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-09-17 21:47:12 UTC (rev 82400)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-09-18 12:35:22 UTC (rev 82401)
@@ -1,3 +1,11 @@
+debian-edu-config (1.717) UNRELEASED; urgency=low
+
+  * Improve error message from sitesummary2ldapdhcp when serveral host
+    LDAP objects have the same MAC address, to make the problem easier
+    to debug.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Wed, 18 Sep 2013 14:35:10 +0200
+
 debian-edu-config (1.716) unstable; urgency=low
 
   [ Petter Reinholdtsen ]

Modified: branches/wheezy/debian-edu-config/ldap-tools/sitesummary2ldapdhcp
===================================================================
--- branches/wheezy/debian-edu-config/ldap-tools/sitesummary2ldapdhcp	2013-09-17 21:47:12 UTC (rev 82400)
+++ branches/wheezy/debian-edu-config/ldap-tools/sitesummary2ldapdhcp	2013-09-18 12:35:22 UTC (rev 82401)
@@ -240,7 +240,7 @@
             }
         }
     } else {
-        print STDERR "error: Not sure how to handle several objects for the same host\n";
+        print STDERR "error: Not sure how to handle several LDAP objects for the same host (mac=$mac)\n";
     }
 }
 




More information about the debian-edu-commits mailing list