svn commit: samba r11990 - in branches/SAMBA_4_0/source/setup: .

abartlet at samba.org abartlet at samba.org
Thu Dec 1 04:55:19 GMT 2005


Author: abartlet
Date: 2005-12-01 04:55:18 +0000 (Thu, 01 Dec 2005)
New Revision: 11990

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

Log:
Set the password set time as 'now', so it isn't expired back in 2004.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/setup/provision_users.ldif


Changeset:
Modified: branches/SAMBA_4_0/source/setup/provision_users.ldif
===================================================================
--- branches/SAMBA_4_0/source/setup/provision_users.ldif	2005-12-01 04:54:28 UTC (rev 11989)
+++ branches/SAMBA_4_0/source/setup/provision_users.ldif	2005-12-01 04:55:18 UTC (rev 11990)
@@ -93,9 +93,8 @@
 uSNChanged: 1
 objectGUID: ${HOSTGUID}
 userAccountControl: 532480
-lastLogon: 127273269057298624
 localPolicyFlags: 0
-pwdLastSet: 127258826171655328
+pwdLastSet: ${NTTIME}
 primaryGroupID: 516
 objectSid: ${DOMAINSID}-1000
 accountExpires: 9223372036854775807



More information about the samba-cvs mailing list