dssync: allow replications of a single obj with net rpc vampire keytab.
authorMichael Adam <obnox@samba.org>
Thu, 17 Jul 2008 22:18:40 +0000 (00:18 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 1 Aug 2008 14:04:41 +0000 (16:04 +0200)
commitd42160f9de385693f12c54bf6c53652e64d113cb
tree9173b8548492ebf3ccb2f0151f1904161d8f3fa5
parent4d946b5932faa89cc1f48b1d13c4c8357e47d83e
dssync: allow replications of a single obj with net rpc vampire keytab.

This is triggered by setting the new "single" flag in the dssync_context
and filling the "object_dn" member with the dn of the object to be
fetched.

This call is accomplished by specifying the DRSUAPI_EXOP_REPL_OBJ
extended operation in the DsGetNCCHanges request. This variant does
honor an up-to-date-ness vectore passed in, but the answer does not
return a new up-to-dateness vector.

Call this operation as "net rpc vampire keytab /path/keytab object_dn" .

Michael
(This used to be commit f4a01178a3d8d71f416a3b67ce6b872420f211c0)
source3/libnet/libnet_dssync.c
source3/libnet/libnet_dssync.h
source3/utils/net_rpc_samsync.c