Merge the 'normalise' ldb module with extended_dn_out
[abartlet/samba.git/.git] / source4 / scripting / python / samba / provision.py
index 963410e03d9bc991c91c88de4baffa8841773640..b661e5ffb27473d6a22175cf84c026e0d3b50bee 100644 (file)
@@ -492,7 +492,7 @@ def setup_samdb_partitions(samdb_path, setup_path, message, lp, session_info,
         # We can handle linked attributes here, as we don't have directory-side subtree operations
         tdb_modules_list = ["linked_attributes", "extended_dn_out_dereference"]
     elif ldap_backend_type == "openldap":
-        backend_modules = ["normalise", "entryuuid", "paged_searches"]
+        backend_modules = ["entryuuid", "paged_searches"]
         # OpenLDAP handles subtree renames, so we don't want to do any of these things
         tdb_modules_list = ["extended_dn_out_dereference"]
     elif ldap_backend is not None: