mirror of
https://github.com/samba-team/samba.git
synced 2025-07-20 08:59:06 +03:00
s4-pydsdb: Add bindings for dsdb_find_nc_root()
This commit is contained in:
@ -741,6 +741,9 @@ accountExpires: %u
|
||||
def get_partitions_dn(self):
|
||||
return dsdb._dsdb_get_partitions_dn(self)
|
||||
|
||||
def get_nc_root(self, dn):
|
||||
return dsdb._dsdb_get_nc_root(self, dn)
|
||||
|
||||
def set_minPwdAge(self, value):
|
||||
m = ldb.Message()
|
||||
m.dn = ldb.Dn(self, self.domain_dn())
|
||||
|
Reference in New Issue
Block a user