1
0
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:
Endi S. Dewata
2009-11-05 12:04:05 -06:00
committed by Andrew Bartlett
parent fbc5696e38
commit be766a3841
2 changed files with 20 additions and 13 deletions

View File

@ -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")