diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-02-28 08:39:45 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-02-28 08:39:45 +1100 |
commit | 9b7baec42bc00985697be895e5d21aae50322f4d (patch) | |
tree | 4bdb1d687920baf8e23bd22b487b7cf3ab6f030d | |
parent | ba94c12bc4a1ab8cfd6270ea69d1aef3d925ee29 (diff) | |
download | samba-9b7baec42bc00985697be895e5d21aae50322f4d.tar.gz samba-9b7baec42bc00985697be895e5d21aae50322f4d.tar.bz2 samba-9b7baec42bc00985697be895e5d21aae50322f4d.zip |
Reorder modules to have rdn_name before objectclass.
This ensures the relative DN is placed in the correct case into the
DB.
Andrew Bartlett
(This used to be commit 16378219fbf9e8a26621f848e85426180822ea29)
-rw-r--r-- | source4/scripting/python/samba/provision.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/provision.py b/source4/scripting/python/samba/provision.py index e3c47ff4a2..55935b0037 100644 --- a/source4/scripting/python/samba/provision.py +++ b/source4/scripting/python/samba/provision.py @@ -313,9 +313,9 @@ def setup_samdb_partitions(samdb_path, setup_path, message, lp, session_info, "server_sort", "extended_dn", "asq", - "samldb", "rdn_name", "objectclass", + "samldb", "kludge_acl", "operational"] tdb_modules_list = [ |