summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/provision.py
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2009-11-05 12:04:05 -0600
committerAndrew Bartlett <abartlet@samba.org>2009-11-12 22:23:21 +1100
commitbe766a384173bb02c5306e5884d1228973fe5dd7 (patch)
treefb2f8ab8bb0f93bb8d00969c5307c3218dc134ef /source4/scripting/python/samba/provision.py
parentfbc5696e38754b6014875c231edd5f56479e134b (diff)
downloadsamba-be766a384173bb02c5306e5884d1228973fe5dd7.tar.gz
samba-be766a384173bb02c5306e5884d1228973fe5dd7.tar.xz
samba-be766a384173bb02c5306e5884d1228973fe5dd7.zip
s4:provision - Added start() method in LDAPBackend.
Diffstat (limited to 'source4/scripting/python/samba/provision.py')
-rw-r--r--source4/scripting/python/samba/provision.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/provision.py b/source4/scripting/python/samba/provision.py
index 012481bc780..1c194c042c7 100644
--- a/source4/scripting/python/samba/provision.py
+++ b/source4/scripting/python/samba/provision.py
@@ -1276,6 +1276,8 @@ def provision(setup_dir, message, session_info,
ldap_dryrun_mode=ldap_dryrun_mode,
domainsid=domainsid)
+ provision_backend.start()
+
# only install a new shares config db if there is none
if not os.path.exists(paths.shareconf):
message("Setting up share.ldb")