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:
@ -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,
|
||||
|
Reference in New Issue
Block a user