Author: abartlet
Date: 2006-12-20 23:43:05 +0000 (Wed, 20 Dec 2006)
New Revision: 20294

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20294

Log:
Without this we don't do the ADS join against Win2k3 SP1

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/libnet/libnet_join.c


Changeset:
Modified: branches/SAMBA_4_0/source/libnet/libnet_join.c
===================================================================
--- branches/SAMBA_4_0/source/libnet/libnet_join.c      2006-12-20 21:54:06 UTC 
(rev 20293)
+++ branches/SAMBA_4_0/source/libnet/libnet_join.c      2006-12-20 23:43:05 UTC 
(rev 20294)
@@ -536,6 +536,7 @@
                } else {
                        /* Bugger, we just lost our way to automaticly find the 
domain name */
                        connect_with_info->out.domain_name = 
talloc_strdup(tmp_ctx, lp_workgroup());
+                       connect_with_info->out.realm = talloc_strdup(tmp_ctx, 
lp_realm());
                }
        }
 

Reply via email to