mirror of
https://github.com/samba-team/samba.git
synced 2025-07-14 12:59:07 +03:00
s4-pydsdb: expose samdb_partitions_dn() as get_partitions_dn() in python
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
@ -595,3 +595,6 @@ accountExpires: %u
|
||||
|
||||
def write_prefixes_from_schema(self):
|
||||
dsdb._dsdb_write_prefixes_from_schema_to_ldb(self)
|
||||
|
||||
def get_partitions_dn(self):
|
||||
return dsdb._dsdb_get_partitions_dn(self)
|
||||
|
Reference in New Issue
Block a user