1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

r20142: 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
(This used to be commit 9c3267e17f984a0a47abd35cecb56c43cf97efcd)
This commit is contained in:
Stefan Metzmacher 2006-12-12 22:57:43 +00:00 committed by Gerald (Jerry) Carter
parent b236d54c42
commit f1317dadc0

View File

@ -1951,7 +1951,8 @@ static void becomeDC_drsuapi2_update_refs_domain_recv(struct rpc_request *req)
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)