diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-09 17:37:42 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-09 17:37:42 +0100 |
commit | 2fa4c158580a1e3efea7f8d121305d16eda815cb (patch) | |
tree | 093383c0a07993f60708f208d256ffcc8334c85a /source4/scripting/python/samba/provision.py | |
parent | 7a402da97eb12fbcae3ad86171562623ba52a116 (diff) | |
download | samba-2fa4c158580a1e3efea7f8d121305d16eda815cb.tar.gz samba-2fa4c158580a1e3efea7f8d121305d16eda815cb.tar.xz samba-2fa4c158580a1e3efea7f8d121305d16eda815cb.zip |
Fix syntax of docstrings, set project name when generating Python API documentation.
(This used to be commit 68f13d87eb034fdbc712169f2d1b1a0475751ec5)
Diffstat (limited to 'source4/scripting/python/samba/provision.py')
-rw-r--r-- | source4/scripting/python/samba/provision.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source4/scripting/python/samba/provision.py b/source4/scripting/python/samba/provision.py index 7dd564fae1..4f52d36167 100644 --- a/source4/scripting/python/samba/provision.py +++ b/source4/scripting/python/samba/provision.py @@ -278,13 +278,12 @@ def setup_samdb_partitions(samdb_path, setup_path, message, lp, session_info, Alternatively, provision() may call this, and then populate the database. :param erase: Remove the existing data present in the database. - :param :note: This will wipe the Sam Database! :note: This function always removes the local SAM LDB file. The erase - parameter controls whether to erase the existing data, which - may not be stored locally but in LDAP. + parameter controls whether to erase the existing data, which + may not be stored locally but in LDAP. """ assert session_info is not None @@ -479,7 +478,6 @@ def setup_samdb_rootdse(samdb, setup_path, schemadn, domaindn, hostname, :param samdb: Sam Database handle :param setup_path: Obtain setup path - ... """ setup_add_ldif(samdb, setup_path("provision_rootdse_add.ldif"), { "SCHEMADN": schemadn, |