summaryrefslogtreecommitdiff
path: root/source4/scripting/python
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-22 05:02:57 -0600
committerStefan Metzmacher <metze@samba.org>2007-12-24 01:51:01 -0600
commit09f820f0bd1a9fc7ffd171418ceb0e19df8e2e43 (patch)
tree08620708ea279c5bdf32f94d384d6174a1cfb037 /source4/scripting/python
parent670918f916cb881d4cc591516c70bafe4e39ba45 (diff)
downloadsamba-09f820f0bd1a9fc7ffd171418ceb0e19df8e2e43.tar.gz
samba-09f820f0bd1a9fc7ffd171418ceb0e19df8e2e43.tar.bz2
samba-09f820f0bd1a9fc7ffd171418ceb0e19df8e2e43.zip
r26564: More python bindings for registry code.
(This used to be commit f40fad9827d0e9567224bc1e64ea91e610a07a3f)
Diffstat (limited to 'source4/scripting/python')
-rw-r--r--source4/scripting/python/samba/provision.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/scripting/python/samba/provision.py b/source4/scripting/python/samba/provision.py
index 65094ecfac..1d606d80e5 100644
--- a/source4/scripting/python/samba/provision.py
+++ b/source4/scripting/python/samba/provision.py
@@ -681,9 +681,8 @@ def provision(lp, setup_dir, message, blank, paths, session_info,
credentials=credentials, lp=lp)
message("Setting up the registry")
- # FIXME: Still fails for some reason
- #setup_registry(paths.hklm, setup_path, session_info,
- # credentials=credentials, lp=lp)
+ setup_registry(paths.hklm, setup_path, session_info,
+ credentials=credentials, lp=lp)
message("Setting up templates db")
setup_templatesdb(paths.templates, setup_path, session_info=session_info,