diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-06-26 11:10:55 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-06-26 11:11:46 +0200 |
commit | c7b52b233e265dd7990dce0f6113aaee5b01ac4f (patch) | |
tree | 606b75a026067149eeac87ceb630425b398221f8 /source4/scripting | |
parent | 50da834f136e4ed2f1bd29b0e1b12c941f933c7c (diff) | |
download | samba-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.py | 2 |
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, |