summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-03-22 11:15:38 +1100
committerStefan Metzmacher <metze@samba.org>2013-03-25 10:32:34 +0100
commita113ddbf881c5905bbf7072638c7ba8843eeb85e (patch)
treeea2cdcd12025111b13be89b32c982666869ade44 /source4/scripting
parent352aff8ed7e06c14b7a00a56b31c79ffddf71dd4 (diff)
downloadsamba-a113ddbf881c5905bbf7072638c7ba8843eeb85e.tar.gz
samba-a113ddbf881c5905bbf7072638c7ba8843eeb85e.tar.bz2
samba-a113ddbf881c5905bbf7072638c7ba8843eeb85e.zip
scripting: Modify samba.descriptor.get_wellknown_sds() use samdb calls only
We need this routine not to use the names context as this is tied to provision, and we end up in a circular dependency if we use that in dbcheck. Andrew Bartlett
Diffstat (limited to 'source4/scripting')
-rwxr-xr-xsource4/scripting/bin/samba_upgradeprovision2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/bin/samba_upgradeprovision b/source4/scripting/bin/samba_upgradeprovision
index c0ce040801..92d577391e 100755
--- a/source4/scripting/bin/samba_upgradeprovision
+++ b/source4/scripting/bin/samba_upgradeprovision
@@ -1211,7 +1211,7 @@ def fix_wellknown_sd(samdb, names):
list_wellknown_dns = []
- subcontainers = get_wellknown_sds(names, samdb)
+ subcontainers = get_wellknown_sds(samdb)
for [dn, descriptor_fn] in subcontainers:
list_wellknown_dns.append(dn)