mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
py-samdb: added server_site_name method
This commit is contained in:
@ -296,6 +296,9 @@ class Ldb(ldb.Ldb):
|
||||
"Get the invocation_id id"
|
||||
return glue.samdb_ntds_invocation_id(self)
|
||||
|
||||
def server_site_name(self):
|
||||
"Get the server site name"
|
||||
return glue.samdb_server_site_name(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