mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
py-samdb: added get_invocation_id() method
This commit is contained in:
@ -292,6 +292,11 @@ class Ldb(ldb.Ldb):
|
||||
"""
|
||||
glue.dsdb_set_ntds_invocation_id(self, invocation_id)
|
||||
|
||||
def get_invocation_id(self):
|
||||
"Get the invocation_id id"
|
||||
return glue.samdb_ntds_invocation_id(self)
|
||||
|
||||
|
||||
def set_opaque_integer(self, name, value):
|
||||
"""Set an integer as an opaque (a flag or other value) value on the database
|
||||
|
||||
|
Reference in New Issue
Block a user