diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-03-07 03:17:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:22 -0500 |
commit | 87cfc4ea2461310b5a45915febcabbe2afddf45b (patch) | |
tree | 95363938d768e7bbac2576f51b530079c8c4707e | |
parent | 5616971885f96342e011a07210fe3aa616f8a368 (diff) | |
download | samba-87cfc4ea2461310b5a45915febcabbe2afddf45b.tar.gz samba-87cfc4ea2461310b5a45915febcabbe2afddf45b.tar.bz2 samba-87cfc4ea2461310b5a45915febcabbe2afddf45b.zip |
r13907: By ordering things this way, we allow the password_hash module to set
the pwdLastSet time on new users (with passwords) correctly.
Andrew Bartlett
(This used to be commit e1b346b8e096130328440fa388de3474fadc7332)
-rw-r--r-- | source4/setup/provision_init.ldif | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/setup/provision_init.ldif b/source4/setup/provision_init.ldif index a029709d8c..650e13beda 100644 --- a/source4/setup/provision_init.ldif +++ b/source4/setup/provision_init.ldif @@ -80,5 +80,5 @@ vendorVersion: ${VERSION} #Add modules to the list to activate them by default #beware often order is important dn: @MODULES -@LIST: rootdse,kludge_acl,paged_results,server_sort,extended_dn,asq,samldb,password_hash,operational,objectguid,rdn_name,objectclass +@LIST: rootdse,kludge_acl,paged_results,server_sort,extended_dn,asq,password_hash,samldb,operational,objectguid,rdn_name,objectclass |