s4-netlogon: always set the dNSHostName in GetDomainInfo
authorAndrew Tridgell <tridge@samba.org>
Mon, 21 Sep 2009 23:30:31 +0000 (16:30 -0700)
committerAndrew Tridgell <tridge@samba.org>
Wed, 23 Sep 2009 21:01:28 +0000 (14:01 -0700)
This seems to be what w2k8 does

source4/rpc_server/netlogon/dcerpc_netlogon.c

index 1a5b9916be482fa4d5fd0429dbcce8e7037d7c2a..1a45711c574cdeb12c7ccc6c333ad9914c41a901 100644 (file)
@@ -1210,6 +1210,13 @@ static NTSTATUS dcesrv_netr_LogonGetDomainInfo(struct dcesrv_call_state *dce_cal
                        "operatingSystem",
                        r->in.query->workstation_info->os_name.string);
 
+               if (r->in.query->workstation_info->dns_hostname) {
+                       /* TODO: should this always be done? */
+                       samdb_msg_add_string(sam_ctx, mem_ctx, new_msg,
+                                            "dNSHostname",
+                                            r->in.query->workstation_info->dns_hostname);
+               }
+
                /*
                 * Sets informations from "os_version". On a empty structure
                 * the values are cleared.
@@ -1240,9 +1247,6 @@ static NTSTATUS dcesrv_netr_LogonGetDomainInfo(struct dcesrv_call_state *dce_cal
                if ((r->in.query->workstation_info->workstation_flags
                        & NETR_WS_FLAG_HANDLES_SPN_UPDATE) == 0) {
 
-                       samdb_msg_add_string(sam_ctx, mem_ctx, new_msg,
-                               "dNSHostname",
-                               r->in.query->workstation_info->dns_hostname);
                        samdb_msg_add_string(sam_ctx, mem_ctx, new_msg,
                                "servicePrincipalName",
                                talloc_asprintf(mem_ctx, "HOST/%s",