Revision 7d504365
Added by Seth Mos over 13 years ago
usr/local/www/services_dhcpv6.php | ||
---|---|---|
417 | 417 |
aodiv = document.getElementById('showddns'); |
418 | 418 |
aodiv.style.display = "block"; |
419 | 419 |
} |
420 |
|
|
420 |
/* |
|
421 | 421 |
function show_ntp_config() { |
422 | 422 |
document.getElementById("showntpbox").innerHTML=''; |
423 | 423 |
aodiv = document.getElementById('showntp'); |
424 | 424 |
aodiv.style.display = "block"; |
425 | 425 |
} |
426 |
|
|
426 |
*/ |
|
427 |
/* |
|
427 | 428 |
function show_tftp_config() { |
428 | 429 |
document.getElementById("showtftpbox").innerHTML=''; |
429 | 430 |
aodiv = document.getElementById('showtftp'); |
430 | 431 |
aodiv.style.display = "block"; |
431 | 432 |
} |
432 |
|
|
433 |
*/ |
|
433 | 434 |
function show_ldap_config() { |
434 | 435 |
document.getElementById("showldapbox").innerHTML=''; |
435 | 436 |
aodiv = document.getElementById('showldap'); |
... | ... | |
660 | 661 |
</div> |
661 | 662 |
</td> |
662 | 663 |
</tr> |
664 |
<!-- ISC dhcpd does not support ntp for ipv6 yet. See redmine #2016 |
|
663 | 665 |
<tr> |
664 | 666 |
<td width="22%" valign="top" class="vncell"><?=gettext("NTP servers");?></td> |
665 | 667 |
<td width="78%" class="vtable"> |
... | ... | |
672 | 674 |
</div> |
673 | 675 |
</td> |
674 | 676 |
</tr> |
677 |
--> |
|
678 |
<!-- ISC dhcpd does not support tftp for ipv6 yet. See redmine #2016 |
|
675 | 679 |
<tr> |
676 | 680 |
<td width="22%" valign="top" class="vncell"><?=gettext("TFTP server");?></td> |
677 | 681 |
<td width="78%" class="vtable"> |
... | ... | |
684 | 688 |
</div> |
685 | 689 |
</td> |
686 | 690 |
</tr> |
691 |
--> |
|
687 | 692 |
<tr> |
688 | 693 |
<td width="22%" valign="top" class="vncell"><?=gettext("LDAP URI");?></td> |
689 | 694 |
<td width="78%" class="vtable"> |
Also available in: Unified diff
Comment out TFTP and NTP UI fields and block the code in services.inc.
ISC dhcpd does not support these yet. See redmine ticket #2016