1
0
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:
Jelmer Vernooij
2010-04-08 22:07:42 +02:00
parent dd4ef4e106
commit 57ac0a6042
6 changed files with 82 additions and 78 deletions

View File

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