summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-06-26 11:10:55 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-06-26 11:11:46 +0200
commitc7b52b233e265dd7990dce0f6113aaee5b01ac4f (patch)
tree606b75a026067149eeac87ceb630425b398221f8 /source4/scripting
parent50da834f136e4ed2f1bd29b0e1b12c941f933c7c (diff)
downloadsamba-c7b52b233e265dd7990dce0f6113aaee5b01ac4f.tar.gz
samba-c7b52b233e265dd7990dce0f6113aaee5b01ac4f.tar.bz2
samba-c7b52b233e265dd7990dce0f6113aaee5b01ac4f.zip
s4:provision.py - fix comment regarding DNS entries
I think this should mean partially Samba4 specified (all beside the "dns" account is standard)
Diffstat (limited to 'source4/scripting')
-rw-r--r--source4/scripting/python/samba/provision.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/provision.py b/source4/scripting/python/samba/provision.py
index 84045da19f..14615d0819 100644
--- a/source4/scripting/python/samba/provision.py
+++ b/source4/scripting/python/samba/provision.py
@@ -924,7 +924,7 @@ def setup_self_join(samdb, names,
"RIDALLOCATIONEND": str(next_rid + 100 + 499),
})
- # This is Samba4 specific and should be replacted by the correct
+ # This is partially Samba4 specific and should be replaced by the correct
# DNS AD-style setup
setup_add_ldif(samdb, setup_path("provision_dns_add.ldif"), {
"DNSDOMAIN": names.dnsdomain,