diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-11-29 17:55:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:28:39 -0500 |
commit | 7b249237b0fee004c61dbf0eda79a3ab68e3ea9e (patch) | |
tree | d281c4ff80117375baf3718ec44757b9e2c43561 /source4/librpc | |
parent | 6aa5be614344e7759572f6e83778be8447135eed (diff) | |
download | samba-7b249237b0fee004c61dbf0eda79a3ab68e3ea9e.tar.gz samba-7b249237b0fee004c61dbf0eda79a3ab68e3ea9e.tar.bz2 samba-7b249237b0fee004c61dbf0eda79a3ab68e3ea9e.zip |
r19951: this statement is true...
metze
(This used to be commit f79d3435936104813f9492a010c57ea99835702f)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/drsuapi.idl | 5 |
1 files changed, 2 insertions, 3 deletions
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, |