From 937e39433437ebcba2accdc1856241afb26644e4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 3 Jul 2006 03:58:01 +0000 Subject: r16772: Clarify comment. Andrew Bartlett (This used to be commit fee07161438e624aa343f31f0c1d5379ead95c06) --- source4/rpc_server/samr/samr_password.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/rpc_server/samr/samr_password.c') diff --git a/source4/rpc_server/samr/samr_password.c b/source4/rpc_server/samr/samr_password.c index 4fbfaef09d..3b96d664f5 100644 --- a/source4/rpc_server/samr/samr_password.c +++ b/source4/rpc_server/samr/samr_password.c @@ -139,8 +139,8 @@ NTSTATUS samr_ChangePasswordUser(struct dcesrv_call_state *dce_call, TALLOC_CTX return NT_STATUS_NO_MEMORY; } - /* set the password on the user DN specified. This may fail - * due to password policies */ + /* setup password modify mods on the user DN specified. This may fail + * due to password policies. */ status = samdb_set_password(sam_ctx, mem_ctx, a_state->account_dn, a_state->domain_state->domain_dn, msg, NULL, &new_lmPwdHash, &new_ntPwdHash, -- cgit