Formatting fixes.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 16 Feb 2008 14:23:26 +0000 (15:23 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 16 Feb 2008 14:23:26 +0000 (15:23 +0100)
(This used to be commit bc0fab89e325ebb6ab870b1c3f4b263c50631b70)

source4/scripting/python/samba/provision.py

index d30eaf3d7fdd376669feb3f9d1b4b1f6cdc55683..3e88b68509c9370d04da52b411a6c75fcb62f9f2 100644 (file)
@@ -335,9 +335,9 @@ def setup_samdb_partitions(samdb_path, setup_path, message, lp, session_info,
        schemadn_ldb = ldap_backend
        
     if ldap_backend_type == "fedora-ds":
-        backend_modules = ["nsuniqueid","paged_searches"]
+        backend_modules = ["nsuniqueid", "paged_searches"]
     elif ldap_backend_type == "openldap":
-        backend_modules = ["normalise","entryuuid","paged_searches"]
+        backend_modules = ["normalise", "entryuuid", "paged_searches"]
     elif serverrole == "domain controller":
         backend_modules = ["repl_meta_data"]
     else:
@@ -695,6 +695,7 @@ def setup_samdb(path, setup_path, session_info, credentials, lp,
     samdb.transaction_commit()
     return samdb
 
+
 FILL_FULL = "FULL"
 FILL_NT4SYNC = "NT4SYNC"
 FILL_DRS = "DRS"