diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-09-12 16:31:38 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-09-12 16:51:29 +0200 |
commit | 0c55510a0d9aedcadacc76a8593cb378aa751da3 (patch) | |
tree | 732fd833c9641f32e26e72f1ec46b378560e36bb /source4/scripting | |
parent | 50084e573218ffc06d6be59adda62083404405aa (diff) | |
download | samba-0c55510a0d9aedcadacc76a8593cb378aa751da3.tar.gz samba-0c55510a0d9aedcadacc76a8593cb378aa751da3.tar.bz2 samba-0c55510a0d9aedcadacc76a8593cb378aa751da3.zip |
s4:upgradehelpers.py: don't require a dns-$HOSTNAME account
metze
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/samba/upgradehelpers.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/scripting/python/samba/upgradehelpers.py b/source4/scripting/python/samba/upgradehelpers.py index b0ad3d6607..0b6c7e6663 100644 --- a/source4/scripting/python/samba/upgradehelpers.py +++ b/source4/scripting/python/samba/upgradehelpers.py @@ -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 |