From: Matthias Dieter Wallnöfer Date: Wed, 16 Dec 2009 08:45:22 +0000 (+0100) Subject: s4:drsuapi/getncchanges.c - Update the list of operational attributes X-Git-Tag: samba-4.0.0alpha11~593 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=e22e336f41e2196524a5f70e096c61905b7676ae;ds=sidebyside s4:drsuapi/getncchanges.c - Update the list of operational attributes - Reorder them as specified in "operational.c" - Add also the lan manager hash password attribute --- diff --git a/source4/rpc_server/drsuapi/getncchanges.c b/source4/rpc_server/drsuapi/getncchanges.c index 24ff324992a..488ecd129e6 100644 --- a/source4/rpc_server/drsuapi/getncchanges.c +++ b/source4/rpc_server/drsuapi/getncchanges.c @@ -307,14 +307,15 @@ WERROR dcesrv_drsuapi_DsGetNCChanges(struct dcesrv_call_state *dce_call, TALLOC_ struct drsuapi_DsReplicaObjectListItemEx **currentObject; NTSTATUS status; DATA_BLOB session_key; - const char *attrs[] = { "*", "distinguishedName", - "ntSecurityDescriptor", - "replPropertyMetaData", - "lmPwdHistory", - "ntPwdHistory", - "supplementalCredentials", - "unicodePwd", + const char *attrs[] = { "*", "distinguishedName", + "nTSecurityDescriptor", "parentGUID", + "replPropertyMetaData", + "unicodePwd", + "dBCSPwd", + "ntPwdHistory", + "lmPwdHistory", + "supplementalCredentials", NULL }; WERROR werr; struct dcesrv_handle *h;