diff options
author | Kamen Mazdrashki <kamen.mazdrashki@postpath.com> | 2010-02-02 14:28:57 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-02-05 10:51:57 +0100 |
commit | 8823a549ca6102e9bf6710361eedc832d4317926 (patch) | |
tree | 2babc020f7936ecc1a881b86d8dad9a4166ea522 /source4/dsdb | |
parent | f9d820ed52274806202da0f44ddc7d2555131b38 (diff) | |
download | samba-8823a549ca6102e9bf6710361eedc832d4317926.tar.gz samba-8823a549ca6102e9bf6710361eedc832d4317926.tar.bz2 samba-8823a549ca6102e9bf6710361eedc832d4317926.zip |
s4/drs: propagate DRS_ extension flags in code base
Diffstat (limited to 'source4/dsdb')
-rw-r--r-- | source4/dsdb/repl/drepl_service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/repl/drepl_service.c b/source4/dsdb/repl/drepl_service.c index 44164ff68f..28d4334627 100644 --- a/source4/dsdb/repl/drepl_service.c +++ b/source4/dsdb/repl/drepl_service.c @@ -80,7 +80,7 @@ static WERROR dreplsrv_connect_samdb(struct dreplsrv_service *service, struct lo bind_info28->supported_extensions |= DRSUAPI_SUPPORTED_EXTENSION_TRANSITIVE_MEMBERSHIP; bind_info28->supported_extensions |= DRSUAPI_SUPPORTED_EXTENSION_ADD_SID_HISTORY; bind_info28->supported_extensions |= DRSUAPI_SUPPORTED_EXTENSION_POST_BETA3; - bind_info28->supported_extensions |= DRSUAPI_SUPPORTED_EXTENSION_00100000; + bind_info28->supported_extensions |= DRSUAPI_SUPPORTED_EXTENSION_GETCHGREQ_V5; bind_info28->supported_extensions |= DRSUAPI_SUPPORTED_EXTENSION_GET_MEMBERSHIPS2; bind_info28->supported_extensions |= DRSUAPI_SUPPORTED_EXTENSION_GETCHGREQ_V6; bind_info28->supported_extensions |= DRSUAPI_SUPPORTED_EXTENSION_NONDOMAIN_NCS; |