diff options
author | John H Terpstra <jht@samba.org> | 2010-06-16 08:57:44 -0500 |
---|---|---|
committer | John H Terpstra <jht@samba.org> | 2010-06-16 08:57:44 -0500 |
commit | 7af7e94952cf551656b538993ec511533299e632 (patch) | |
tree | 16e6b72ac2d0aad2aa26b6932d67fed52544332d /source4/scripting/python | |
parent | 50882e2077f20731c14e1687c09d785633e200ee (diff) | |
parent | 12fdfc94307b5f1b7982fc82c525b260806c8323 (diff) | |
download | samba-7af7e94952cf551656b538993ec511533299e632.tar.gz samba-7af7e94952cf551656b538993ec511533299e632.tar.bz2 samba-7af7e94952cf551656b538993ec511533299e632.zip |
Merge branch 'master' of git+ssh://git.samba.org/data/git/samba
Diffstat (limited to 'source4/scripting/python')
-rw-r--r-- | source4/scripting/python/samba/provision.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/scripting/python/samba/provision.py b/source4/scripting/python/samba/provision.py index 8b07f892e9..7fa5dbbdd7 100644 --- a/source4/scripting/python/samba/provision.py +++ b/source4/scripting/python/samba/provision.py @@ -856,9 +856,6 @@ def setup_samdb(path, setup_path, session_info, provision_backend, lp, names, if dom_for_fun_level is None: dom_for_fun_level = DS_DOMAIN_FUNCTION_2003 - if dom_for_fun_level < DS_DOMAIN_FUNCTION_2003: - logger.warning("Running SAMBA 4 on a domain and forest function level" - " lower than Windows 2003 (Native) is not recommended.") if dom_for_fun_level > domainControllerFunctionality: raise ProvisioningError("You want to run SAMBA 4 on a domain and forest function level which itself is higher than its actual DC function level (2008). This won't work!") |