svn commit: samba r20142 - in branches/SAMBA_4_0/source/libnet: .

metze at samba.org metze at samba.org
Tue Dec 12 22:57:44 GMT 2006


Author: metze
Date: 2006-12-12 22:57:43 +0000 (Tue, 12 Dec 2006)
New Revision: 20142

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

Log:
only the DDNS updates are missing for the full libnet_BecomeDC(),
but that's not needed untill we can support the DsGetNCChanges()
in the server...

metze
Modified:
   branches/SAMBA_4_0/source/libnet/libnet_become_dc.c


Changeset:
Modified: branches/SAMBA_4_0/source/libnet/libnet_become_dc.c
===================================================================
--- branches/SAMBA_4_0/source/libnet/libnet_become_dc.c	2006-12-12 22:43:35 UTC (rev 20141)
+++ branches/SAMBA_4_0/source/libnet/libnet_become_dc.c	2006-12-12 22:57:43 UTC (rev 20142)
@@ -1951,7 +1951,8 @@
 
 	talloc_free(r);
 
-	composite_error(c, NT_STATUS_NOT_IMPLEMENTED);
+	/* TODO: use DDNS updates and register dns names */
+	composite_done(c);
 }
 
 static NTSTATUS becomeDC_ldap2_modify_computer(struct libnet_BecomeDC_state *s)



More information about the samba-cvs mailing list