1
0
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:
Andrew Bartlett
2012-07-06 18:12:58 +10:00
parent 507e6fdce5
commit e4077a8ca5
2 changed files with 26 additions and 0 deletions

View File

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