1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-07 12:59:08 +03:00

r26564: More python bindings for registry code.

(This used to be commit f40fad9827)
This commit is contained in:
Jelmer Vernooij
2007-12-22 05:02:57 -06:00
committed by Stefan Metzmacher
parent 670918f916
commit 09f820f0bd
8 changed files with 240 additions and 104 deletions

View File

@ -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,