Project

General

Profile

Actions

Bug #3784

closed

Cannot enter hostname with a dot

Added by Daniel Platt almost 10 years ago. Updated over 9 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
07/30/2014
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
Affected Architecture:

Description

We want the hostname name of our server to be server.sub.domain.com, but pfsense doesn't recognise server.sub as a valid hostname

pfsense / usr / local / www / services_dhcp_edit.php

if (strpos($_POST['hostname'],'.')) {
    $input_errors[] = gettext("A valid hostname is specified, but the domain name part should be omitted");
}

version 2.1.4-RELEASE (amd64)

Actions

Also available in: Atom PDF