Comment out uuid - nobody will get it's just an identifier
authorPeter Palfrader <peter@palfrader.org>
Sun, 14 Sep 2008 22:48:37 +0000 (00:48 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sun, 14 Sep 2008 22:48:37 +0000 (00:48 +0200)
debian/changelog
update.cgi

index 9e192c3..513a5d6 100644 (file)
@@ -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@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
index 223559f..1a66b75 100755 (executable)
@@ -129,7 +129,7 @@ if (!($query->param('doupdate'))) {
     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') {