Code

Double+ size of tsig key. Closes #1038
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 23 Nov 2010 07:52:49 +0000 (07:52 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 23 Nov 2010 07:52:49 +0000 (07:52 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@20328 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/dhcp/admin/systems/services/dhcp/dhcp_tsigkey.tpl

index 9ed86a5a8a6515ebd77cb38af53af0a9acf38299..4020563f0e73fa9b1d66a218a0c5f93fafc57973 100644 (file)
@@ -20,7 +20,7 @@
  <tr>
   <td>{t}Key{/t}{$must}</td>
   <td>
-   <input  type='text' name='dhcpKeySecret' size='30' maxlength='30' value='{$dhcpKeySecret}'>
+   <input  type='text' name='dhcpKeySecret' size='30' maxlength='80' value='{$dhcpKeySecret}'>
   </td>
  </tr>
 </table>