Bug #1912
closed
DHCP server domain search list needs input validation
Added by Emmanuel Seyman about 13 years ago.
Updated over 12 years ago.
Affected Architecture:
All
Description
The domain search list box needs input validation to ensure a valid domain is entered there.
- Status changed from New to Feedback
that fills in what you have in that field, and works correctly. Need to see what your <dhcpd> config.xml contains.
If I put "services lan.stdenis lan.auber" in the field, I get a config.xml that contains:
<domain>intranet</domain>
<domainsearchlist>services lan.stdenis lan.auber</domainsearchlist>
This generates a dhcpd.conf file that contains:
option domain-search-list "services lan.stdenis lan.auber";
Running a dhcp request against the server, I get an error message in my logs ("Invalid domain list.") and the resolv.conf does not contain the domains.
- Subject changed from pfsense 2.0 generates an invalid dhcpd.conf file to DHCP server domain search list needs input validation
- Status changed from Feedback to New
- Affected Version changed from 2.0 to All
updated with actual problem. other part a feature in #1917
- Status changed from New to Feedback
- Target version set to 2.1
- % Done changed from 0 to 100
- Status changed from Feedback to Resolved
Also available in: Atom
PDF