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:
@ -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())
|
||||
|
Reference in New Issue
Block a user