[Da-tools-commits] ./debian/userdir-ldap-cgi r106: Comment out uuid - nobody will get it's just an identifier

Peter Palfrader peter at palfrader.org
Sun Sep 14 22:48:37 UTC 2008


------------------------------------------------------------
revno: 106
committer: Peter Palfrader <peter at palfrader.org>
branch nick: userdir-ldap-cgi
timestamp: Mon 2008-09-15 00:48:37 +0200
message:
  Comment out uuid - nobody will get it's just an identifier
modified:
  debian/changelog
  update.cgi
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-09-14 22:44:23 +0000
+++ b/debian/changelog	2008-09-14 22:48:37 +0000
@@ -1,3 +1,9 @@
+userdir-ldap-cgi (0.3.17) unstable; urgency=low
+
+  * Comment out uuid - nobody will get it's just an identifier.
+
+ -- Peter Palfrader <weasel at debian.org>  Mon, 15 Sep 2008 00:47:52 +0200
+
 userdir-ldap-cgi (0.3.16) unstable; urgency=low
 
   * Switch host and hostname in update cgi for sudopasswd (so "gluck" gets

=== modified file 'update.cgi'
--- a/update.cgi	2008-09-14 22:44:23 +0000
+++ b/update.cgi	2008-09-14 22:48:37 +0000
@@ -129,7 +129,7 @@
     my $e = "<tr><td>$hosts</td>
                  <td>$status</td>
                  <td><small>not shown</small></td>
-                 <td><small><code>$uuid</code></small></td>
+                 <!--<td><small><code>$uuid</code></small></td>-->
                  <td><input name=\"sudopassword-delete-$uuid\" type=\"checkbox\" value=\"delete\"> (delete)</td></tr>\n";
     $sudopassword .= $e;
     if ($status eq 'unconfirmed') {



More information about the Da-tools-commits mailing list