diff options
Diffstat (limited to 'source4/scripting/python')
| -rw-r--r-- | source4/scripting/python/samba/provision.py | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/provision.py b/source4/scripting/python/samba/provision.py index c46c290ae1..5aaa833030 100644 --- a/source4/scripting/python/samba/provision.py +++ b/source4/scripting/python/samba/provision.py @@ -743,6 +743,8 @@ def secretsdb_setup_dns(secretsdb, setup_path, private_dir,  def setup_secretsdb(path, setup_path, session_info, backend_credentials, lp):      """Setup the secrets database. +       This function does not handle exceptions and transaction on purpose, +       it's up to the caller to do this job.      :param path: Path to the secrets database.      :param setup_path: Get the path to a setup file.  | 
