mirror of
https://github.com/samba-team/samba.git
synced 2025-07-23 20:59:10 +03:00
samba-tool: update vampire.py message
The update was necessary to reflect the move from join to domain join as part of the object-action work Signed-off-by: Andrew Tridgell <tridge@samba.org>
This commit is contained in:
committed by
Andrew Tridgell
parent
b8b20f7a46
commit
df6fae2f13
@ -48,7 +48,7 @@ class cmd_vampire(Command):
|
||||
|
||||
def run(self, domain, target_dir=None, credopts=None, sambaopts=None, versionopts=None, force=False):
|
||||
if not force:
|
||||
raise CommandError("samba-tool vampire is deprecated, please use samba-tool join. Use --force to override")
|
||||
raise CommandError("samba-tool vampire is deprecated, please use samba-tool domain join. Use --force to override")
|
||||
lp = sambaopts.get_loadparm()
|
||||
creds = credopts.get_credentials(lp)
|
||||
net = Net(creds, lp, server=credopts.ipaddress)
|
||||
|
Reference in New Issue
Block a user