1
0
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:
Andrew Tridgell
2010-02-25 18:15:47 +11:00
parent abf55033df
commit 8f763e046c

View File

@ -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