From 7b249237b0fee004c61dbf0eda79a3ab68e3ea9e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 29 Nov 2006 17:55:21 +0000 Subject: r19951: this statement is true... metze (This used to be commit f79d3435936104813f9492a010c57ea99835702f) --- source4/librpc/idl/drsuapi.idl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl index a01e082267..65bf5fb17d 100644 --- a/source4/librpc/idl/drsuapi.idl +++ b/source4/librpc/idl/drsuapi.idl @@ -198,9 +198,8 @@ interface drsuapi } drsuapi_DsReplicaCoursorCtrEx; typedef [public] bitmap { - /* the _WRITEABLE flag seems to indicate a replication with all attributes, - * and I'm currently always on error when it's set, but w2k and w2k3 uses it - * in the dc join + /* the _WRITEABLE flag indicates a replication with all attributes + * * --metze */ DRSUAPI_DS_REPLICA_NEIGHBOUR_WRITEABLE = 0x00000010, -- cgit