increased maxlegth for unix hosts

This commit is contained in:
Roland Gruber 2004-02-28 17:50:43 +00:00
parent be889aef6f
commit 5277391684
1 changed files with 1 additions and 1 deletions

View File

@ -1125,7 +1125,7 @@ switch ($select_local) {
if ($_SESSION['ldap']->supports_unix_hosts) {
echo '<tr><td>';
echo _('Unix workstations');
echo '</td>'."\n".'<td><input name="f_unix_host" type="text" size="20" maxlength="80" value="' . $account_new->unix_host . '">'.
echo '</td>'."\n".'<td><input name="f_unix_host" type="text" size="20" maxlength="200" value="' . $account_new->unix_host . '">'.
'</td>'."\n".'<td>'.
'<a href="../help.php?HelpNumber=466" target="lamhelp">'._('Help').
"</a></td>\n</tr>\n";