[Bug 1088682] Re: dhclient does not register hostname to dynamic DNS (AD)
Dave Walker
davewalker at ubuntu.com
Wed Mar 27 12:15:42 UTC 2013
Hello Chris, or anyone else affected,
Accepted isc-dhcp into quantal-proposed. The package will build now and
be available at http://launchpad.net/ubuntu/+source/isc-
dhcp/4.2.4-1ubuntu10.2 in a few hours, and then in the -proposed
repository.
Please help us by testing this new package. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Your feedback will aid us getting this update
out to other Ubuntu users.
If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed. In either case, details of your testing will help
us make a better decision.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance!
** Changed in: isc-dhcp (Ubuntu Quantal)
Status: In Progress => Fix Committed
** Tags added: verification-needed
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to isc-dhcp in Ubuntu.
https://bugs.launchpad.net/bugs/1088682
Title:
dhclient does not register hostname to dynamic DNS (AD)
Status in “isc-dhcp” package in Ubuntu:
Fix Released
Status in “isc-dhcp” source package in Quantal:
Fix Committed
Status in “isc-dhcp” source package in Raring:
Fix Released
Bug description:
== Rationale ==
Setting both fqdn.fqdn and host-name isn't quite supported. Various RFCs disagree on exactly what should be allowed and is further complicated by dhclient doing both dhcpv4 and dhcpv6.
This change simply reverts to the pre-12.10 situation.
== Test case ==
1) Update to new isc-dhcp-client
2) Get a new lease on a network using Windows DHCP server
3) Confirm that DNS was updated.
== Regression potential ==
There may be a regression for people expecting fqdn.fqdn to be set on DHCPv6, this should affect a very small part of our users (if any) and our previous fqdn.fqdn value wasn't technically valid anyway (wasn't a fqdn).
--- original bug report ---
This is not working in quantal (4.2.4-1ubuntu10) and raring (4.2.4-3ubuntu1), but is working in precise (4.1.ESV-R4-0ubuntu5).
A patch fixed an issue for bug 991360 where dhclient.conf was amended to include:
send fqdn.fqdn = gethostname();
This causes failures when the client tries to register was some DHCP servers (for example Windows AD DDNS servers).
By commenting out this line and restarting the client, the client can then register with this type of DHCP server.
However, this is needed to ensure dhcpv6 works.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1088682/+subscriptions
More information about the foundations-bugs
mailing list