The Samba-Bugzilla – Attachment 17887 Details for
Bug 15363
"samba-tool domain provision" does not run interactive mode if no arguments are given
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch backported to Samba 4.18
bug-15363-4.18.patch (text/plain), 1.12 KB, created by
Jennifer Sutton
on 2023-05-17 01:02:53 UTC
(
hide
)
Description:
Patch backported to Samba 4.18
Filename:
MIME Type:
Creator:
Jennifer Sutton
Created:
2023-05-17 01:02:53 UTC
Size:
1.12 KB
patch
obsolete
>From 09b3b28b6ce7ffff6cdad5b98fcba2a0a6f09960 Mon Sep 17 00:00:00 2001 >From: Joseph Sutton <josephsutton@catalyst.net.nz> >Date: Wed, 26 Apr 2023 10:31:51 +1200 >Subject: [PATCH] samba-tool domain: Run in interactive mode if no args are > supplied > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=15363 > >Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> >Reviewed-by: Andrew Bartlett <abartlet@samba.org> >(backported from commit f1281b80c1ad68d380ce91c13076f6a60fbc627e) > >[jsutton@samba.org Adapted to provisioning code refactor in commit > 5986937d12c237121d4e62fa6dfa0f5dadec263d] >--- > python/samba/netcmd/domain.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/python/samba/netcmd/domain.py b/python/samba/netcmd/domain.py >index 582a17f0fff..1b279a598d8 100644 >--- a/python/samba/netcmd/domain.py >+++ b/python/samba/netcmd/domain.py >@@ -392,7 +392,7 @@ class cmd_domain_provision(Command): > if suggested_forwarder is None: > suggested_forwarder = "none" > >- if len(self.raw_argv) == 1: >+ if not self.raw_argv: > interactive = True > > if interactive: >-- >2.39.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
abartlet
:
review+
Actions:
View
Attachments on
bug 15363
: 17887