summaryrefslogtreecommitdiff
path: root/python/samba/provision/common.py
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-09-09 11:54:23 +1200
committerStefan Metzmacher <metze@samba.org>2013-10-11 10:27:49 +0200
commitaf3138e9b6813ef88698c3e6eeb280c6e988c4cc (patch)
treefb924ffb5400d0125776850b82743274efd45c2b /python/samba/provision/common.py
parentd5077baee26c593eb55cedf90ae440f50aa32e14 (diff)
downloadsamba-af3138e9b6813ef88698c3e6eeb280c6e988c4cc.tar.gz
samba-af3138e9b6813ef88698c3e6eeb280c6e988c4cc.tar.bz2
samba-af3138e9b6813ef88698c3e6eeb280c6e988c4cc.zip
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
Diffstat (limited to 'python/samba/provision/common.py')
-rw-r--r--python/samba/provision/common.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/samba/provision/common.py b/python/samba/provision/common.py
index f96704bcce..03e2278951 100644
--- a/python/samba/provision/common.py
+++ b/python/samba/provision/common.py
@@ -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"""