svn commit: samba r16772 - in branches/SAMBA_4_0/source/rpc_server/samr: .

abartlet at samba.org abartlet at samba.org
Mon Jul 3 03:58:01 GMT 2006


Author: abartlet
Date: 2006-07-03 03:58:01 +0000 (Mon, 03 Jul 2006)
New Revision: 16772

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16772

Log:
Clarify comment.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/rpc_server/samr/samr_password.c


Changeset:
Modified: branches/SAMBA_4_0/source/rpc_server/samr/samr_password.c
===================================================================
--- branches/SAMBA_4_0/source/rpc_server/samr/samr_password.c	2006-07-03 03:57:08 UTC (rev 16771)
+++ branches/SAMBA_4_0/source/rpc_server/samr/samr_password.c	2006-07-03 03:58:01 UTC (rev 16772)
@@ -139,8 +139,8 @@
 		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, 



More information about the samba-cvs mailing list