provision: Remove --username and --password options from samba-tool domain provision
authorAndrew Bartlett <abartlet@samba.org>
Thu, 26 Sep 2013 17:19:18 +0000 (10:19 -0700)
committerStefan Metzmacher <metze@samba.org>
Fri, 11 Oct 2013 06:32:10 +0000 (08:32 +0200)
commit48b979c4fec39c8d3b9684b4a759715c0f93e9cc
tree07d9c8f6bc9e0e3c338b4918a9a3e1f9545f3477
parenta2d45cf49e4976d55261d01df955e412ac7fa73f
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>
python/samba/join.py
python/samba/netcmd/domain.py
python/samba/provision/__init__.py
python/samba/provision/backend.py
python/samba/upgrade.py
python/samba/upgradehelpers.py
source4/scripting/bin/samba_upgradeprovision
source4/setup/tests/blackbox_provision-backend.sh