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)
commitf4a01178a3d8d71f416a3b67ce6b872420f211c0
treeb9826c48d98f13d00bcba8ea12e81e949141dd10
parenta2a88808df16d153f45337b740391d419d87e87a
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
source/libnet/libnet_dssync.c
source/libnet/libnet_dssync.h
source/utils/net_rpc_samsync.c