s4-rpc_server: implement dcesrv_clusapi_SetServiceAccountPassword().
authorGünther Deschner <gd@samba.org>
Tue, 9 Feb 2016 13:53:36 +0000 (14:53 +0100)
committerGünther Deschner <gd@samba.org>
Sun, 3 Feb 2019 09:26:11 +0000 (10:26 +0100)
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
source4/rpc_server/clusapi/dcesrv_clusapi.c

index 8446e4f57efedf02071a5a3389cb4e6014f5f9cb..96e40cb42776f1f3305fc66732c0780cf81099ee 100644 (file)
@@ -1358,7 +1358,8 @@ static WERROR dcesrv_clusapi_SetServiceAccountPassword(struct dcesrv_call_state
                                                       TALLOC_CTX *mem_ctx,
                                                       struct clusapi_SetServiceAccountPassword *r)
 {
-       DCESRV_FAULT(DCERPC_FAULT_OP_RNG_ERROR);
+       /* not available in v3.0 */
+       return WERR_CALL_NOT_IMPLEMENTED;
 }