1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

s4-provision: added a note about where invocationIDs come from

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andrew Tridgell 2009-12-18 14:45:58 +11:00
parent 882768c878
commit dbda2c2db5

View 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)