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

s4:provisioning - Fixed minor bugs in provisioning tool and partition module.

This commit is contained in:
Endi S. Dewata
2009-11-03 19:45:22 -06:00
committed by Andrew Bartlett
parent b5ce97511a
commit c9571f7277
2 changed files with 4 additions and 3 deletions

View File

@ -31,6 +31,7 @@ import sys
import uuid
import time
import shutil
import subprocess
from samba import read_and_sub_file
from samba import Ldb
@ -203,7 +204,7 @@ class ProvisionBackend(object):
self.slapd_command_escaped = "\'" + "\' \'".join(self.slapd_command) + "\'"
setup_file(setup_path("ldap_backend_startup.sh"), paths.ldapdir + "/ldap_backend_startup.sh", {
"SLAPD_COMMAND" : slapd_command})
"SLAPD_COMMAND" : self.slapd_command_escaped})
# Now start the slapd, so we can provision onto it. We keep the
# subprocess context around, to kill this off at the successful