s4-provision: added a note about where invocationIDs come from
authorAndrew Tridgell <tridge@samba.org>
Fri, 18 Dec 2009 03:45:58 +0000 (14:45 +1100)
committerAndrew Tridgell <tridge@samba.org>
Mon, 21 Dec 2009 12:41:04 +0000 (23:41 +1100)
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

source4/scripting/python/samba/provision.py

index 3e4e90a746dc98f6925525a87b4404c1a83bfa01..d7d0a790ca3e4e9e8b0fa17a70b24d4838c58002 100644 (file)
@@ -894,6 +894,8 @@ def setup_samdb(path, setup_path, session_info, provision_backend, lp,
         samdb.set_domain_sid(str(domainsid))
         if serverrole == "domain controller":
             samdb.set_invocation_id(invocationid)
+        # NOTE: the invocationid for standalone and member server
+        # cases is setup in the sambd_dsdb module init function
 
         message("Adding DomainDN: %s" % names.domaindn)