mirror of
https://github.com/samba-team/samba.git
synced 2025-07-05 04:59:08 +03:00
python: Add bindings for SamDB.set_invocation_id().
(This used to be commit c09efa7b77
)
This commit is contained in:
@ -145,3 +145,10 @@ member: %s
|
||||
|
||||
def attach_schema_from_ldif(self, pf, df):
|
||||
misc.dsdb_attach_schema_from_ldif_file(self, pf, df)
|
||||
|
||||
def set_invocation_id(self, invocation_id):
|
||||
"""Set the invocation id for this SamDB handle.
|
||||
|
||||
:param invocation_id: GUID of the invocation id.
|
||||
"""
|
||||
misc.samdb_set_ntds_invocation_id(self, invocation_id)
|
Reference in New Issue
Block a user