mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
s4-python: Move load_partition_usn to dsdb module.
This commit is contained in:
@ -267,3 +267,6 @@ accountExpires: %u
|
||||
def server_site_name(self):
|
||||
"Get the server site name"
|
||||
return dsdb.samdb_server_site_name(self)
|
||||
|
||||
def load_partition_usn(self, base_dn):
|
||||
return dsdb.dsdb_load_partition_usn(self, base_dn)
|
||||
|
Reference in New Issue
Block a user