summaryrefslogtreecommitdiff
path: root/python/samba/join.py
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-09-26 10:19:18 -0700
committerStefan Metzmacher <metze@samba.org>2013-10-11 08:32:10 +0200
commit48b979c4fec39c8d3b9684b4a759715c0f93e9cc (patch)
tree07d9c8f6bc9e0e3c338b4918a9a3e1f9545f3477 /python/samba/join.py
parenta2d45cf49e4976d55261d01df955e412ac7fa73f (diff)
downloadsamba-48b979c4fec39c8d3b9684b4a759715c0f93e9cc.tar.gz
samba-48b979c4fec39c8d3b9684b4a759715c0f93e9cc.tar.bz2
samba-48b979c4fec39c8d3b9684b4a759715c0f93e9cc.zip
provision: Remove --username and --password options from samba-tool domain provision
This avoids confusion, because the LDAP backend does not use these, and they do not set the password for the administrator account either! This may break support for the 'existing' backend LDAP backend, but that is nothing more than a stub for future development anyway, and new work in this area should use EXTERNAL in any case. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'python/samba/join.py')
-rw-r--r--python/samba/join.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/join.py b/python/samba/join.py
index 2379d5f214..637ade2b3c 100644
--- a/python/samba/join.py
+++ b/python/samba/join.py
@@ -717,7 +717,7 @@ class dc_join(object):
smbconf = ctx.lp.configfile
- presult = provision(ctx.logger, system_session(), None, smbconf=smbconf,
+ presult = provision(ctx.logger, system_session(), smbconf=smbconf,
targetdir=ctx.targetdir, samdb_fill=FILL_DRS, realm=ctx.realm,
rootdn=ctx.root_dn, domaindn=ctx.base_dn,
schemadn=ctx.schema_dn, configdn=ctx.config_dn,