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:
committed by
Stefan Metzmacher
parent
670918f916
commit
09f820f0bd
@ -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,
|
||||
|
Reference in New Issue
Block a user