Move the password_hash module up the module stack.
authorAndrew Bartlett <abartlet@samba.org>
Thu, 16 Oct 2008 01:31:19 +0000 (12:31 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 16 Oct 2008 01:31:19 +0000 (12:31 +1100)
commitfc54ca014b21b655b643697475c6a0c05e773fc4
tree5e696efd2f6edcd1e4afc3c4612a97335f17c3de
parent004bbbcd3b2d3799fc088d46e4c6258dfa27c2d5
Move the password_hash module up the module stack.

This makes it operate in all partitions (minor), but more importantly
places it above some other modules that implement some extra schema
checks.  (The linked_attributes module objects to unknown attributes,
which inclues clearTextPassword, which we need internally but is not
in the schema).

Andrew Bartlett
source4/scripting/python/samba/provision.py