diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-02-26 15:44:40 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-02-26 16:27:06 +0100 |
commit | 21f443eb8286805dde6bbb1b8f37379f6e0aa203 (patch) | |
tree | 512d27d2b9f67030b0bdecd7ebf574bfb34fc8cb /source4/scripting/python/samba/upgradehelpers.py | |
parent | 02ba9095e234b391690f0756128203dd86b7b40d (diff) | |
download | samba-21f443eb8286805dde6bbb1b8f37379f6e0aa203.tar.gz samba-21f443eb8286805dde6bbb1b8f37379f6e0aa203.tar.xz samba-21f443eb8286805dde6bbb1b8f37379f6e0aa203.zip |
provision: Leave result reporting up to caller.
Diffstat (limited to 'source4/scripting/python/samba/upgradehelpers.py')
-rwxr-xr-x | source4/scripting/python/samba/upgradehelpers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/upgradehelpers.py b/source4/scripting/python/samba/upgradehelpers.py index a75ab75ada8..c6c9527e365 100755 --- a/source4/scripting/python/samba/upgradehelpers.py +++ b/source4/scripting/python/samba/upgradehelpers.py @@ -259,7 +259,7 @@ def newprovision(names, creds, session, smbconf, provdir, logger): os.mkdir(provdir) logger.info("Provision stored in %s", provdir) dns_backend="BIND9_DLZ" - provision(logger, session, creds, smbconf=smbconf, + return provision(logger, session, creds, smbconf=smbconf, targetdir=provdir, samdb_fill=FILL_FULL, realm=names.realm, domain=names.domain, domainguid=names.domainguid, domainsid=str(names.domainsid), ntdsguid=names.ntdsguid, |