1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-06 08:59:08 +03:00

s4:provision.py - fix comment regarding DNS entries

I think this should mean partially Samba4 specified (all beside the "dns"
account is standard)
This commit is contained in:
Matthias Dieter Wallnöfer
2010-06-26 11:10:55 +02:00
parent 50da834f13
commit c7b52b233e

View File

@ -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,