mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +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:
parent
882768c878
commit
dbda2c2db5
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user