mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4:upgradehelpers.py: don't require a dns-$HOSTNAME account
metze
This commit is contained in:
parent
50084e5732
commit
0c55510a0d
@ -798,9 +798,6 @@ def update_dns_account_password(samdb, secrets_ldb, names):
|
||||
"msDS-KeyVersionNumber")
|
||||
|
||||
secrets_ldb.modify(msg)
|
||||
else:
|
||||
raise ProvisioningError("Unable to find an object"
|
||||
" with %s" % expression )
|
||||
|
||||
def search_constructed_attrs_stored(samdb, rootdn, attrs):
|
||||
"""Search a given sam DB for calculated attributes that are
|
||||
|
Loading…
Reference in New Issue
Block a user