mirror of
https://github.com/samba-team/samba.git
synced 2025-07-28 11:42:03 +03:00
samba-tool domain join subdomain: Rework sambadns.py to allow setup of DomainDNSZone only
This skips handling the ForestDNSZone when we are setting up a subdomain. Andrew Bartlett Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Oct 11 10:27:49 CEST 2013 on sn-devel-104
This commit is contained in:
committed by
Stefan Metzmacher
parent
d5077baee2
commit
af3138e9b6
@ -31,6 +31,11 @@ import os
|
||||
from samba import read_and_sub_file
|
||||
from samba.param import setup_dir
|
||||
|
||||
FILL_FULL = "FULL"
|
||||
FILL_SUBDOMAIN = "SUBDOMAIN"
|
||||
FILL_NT4SYNC = "NT4SYNC"
|
||||
FILL_DRS = "DRS"
|
||||
|
||||
|
||||
def setup_path(file):
|
||||
"""Return an absolute path to the provision tempate file specified by file"""
|
||||
|
Reference in New Issue
Block a user