diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-07-03 03:58:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:09:45 -0500 |
commit | 937e39433437ebcba2accdc1856241afb26644e4 (patch) | |
tree | 341dd56f1fb4e8f136de269ee338f5df25ec26cf /source4 | |
parent | 8932ab20662a0938b4ab14d0979f17978ec65048 (diff) | |
download | samba-937e39433437ebcba2accdc1856241afb26644e4.tar.gz samba-937e39433437ebcba2accdc1856241afb26644e4.tar.bz2 samba-937e39433437ebcba2accdc1856241afb26644e4.zip |
r16772: Clarify comment.
Andrew Bartlett
(This used to be commit fee07161438e624aa343f31f0c1d5379ead95c06)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/rpc_server/samr/samr_password.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |