mirror of
https://github.com/samba-team/samba.git
synced 2025-07-06 08:59:08 +03:00
s4:provision - Added start() method in LDAPBackend.
This commit is contained in:
committed by
Andrew Bartlett
parent
fbc5696e38
commit
be766a3841
@ -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")
|
||||
|
Reference in New Issue
Block a user