1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

pydsdb: Add bindings for dsdb_wellknown_dn()

This commit is contained in:
Andrew Bartlett
2012-07-06 19:57:58 +10:00
parent 979215ad59
commit 023508ed17
2 changed files with 38 additions and 0 deletions

View File

@ -744,6 +744,9 @@ accountExpires: %u
def get_nc_root(self, dn):
return dsdb._dsdb_get_nc_root(self, dn)
def get_wellknown_dn(self, nc_root, wkguid):
return dsdb._dsdb_get_wellknown_dn(self, nc_root, wkguid)
def set_minPwdAge(self, value):
m = ldb.Message()
m.dn = ldb.Dn(self, self.domain_dn())