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

abartlet at samba.org abartlet at samba.org
Tue Mar 7 03:17:44 GMT 2006


Author: abartlet
Date: 2006-03-07 03:17:44 +0000 (Tue, 07 Mar 2006)
New Revision: 13907

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

Log:
By ordering things this way, we allow the password_hash module to set
the pwdLastSet time on new users (with passwords) correctly.

Andrew Bartlett

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


Changeset:
Modified: branches/SAMBA_4_0/source/setup/provision_init.ldif
===================================================================
--- branches/SAMBA_4_0/source/setup/provision_init.ldif	2006-03-07 02:55:59 UTC (rev 13906)
+++ branches/SAMBA_4_0/source/setup/provision_init.ldif	2006-03-07 03:17:44 UTC (rev 13907)
@@ -80,5 +80,5 @@
 #Add modules to the list to activate them by default
 #beware often order is important
 dn: @MODULES
- at LIST: rootdse,kludge_acl,paged_results,server_sort,extended_dn,asq,samldb,password_hash,operational,objectguid,rdn_name,objectclass
+ at LIST: rootdse,kludge_acl,paged_results,server_sort,extended_dn,asq,password_hash,samldb,operational,objectguid,rdn_name,objectclass
 



More information about the samba-cvs mailing list