The Samba-Bugzilla – Attachment 13199 Details for
Bug 12768
A log message of samb-tool user syncpasswords reverses string arguments in a debug message "Call Popen[...".
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for v4-5-test
tmp45.diff.txt (text/plain), 1.25 KB, created by
Stefan Metzmacher
on 2017-05-08 09:05:45 UTC
(
hide
)
Description:
Patch for v4-5-test
Filename:
MIME Type:
Creator:
Stefan Metzmacher
Created:
2017-05-08 09:05:45 UTC
Size:
1.25 KB
patch
obsolete
>From 8e369ef259c941730b6147e63154891d97959083 Mon Sep 17 00:00:00 2001 >From: Stefan Metzmacher <metze@samba.org> >Date: Tue, 25 Apr 2017 13:25:10 +0200 >Subject: [PATCH] samba-tool: fix log message of 'samba-tool user > syncpasswords' > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=12768 > >Signed-off-by: Stefan Metzmacher <metze@samba.org> >Reviewed-by: Andreas Schneider <asn@samba.org> > >Autobuild-User(master): Stefan Metzmacher <metze@samba.org> >Autobuild-Date(master): Fri May 5 01:37:45 CEST 2017 on sn-devel-144 > >(cherry picked from commit 4c17850ae7b6c85e99e5d4d5bc5d8e89a9ba6d47) >--- > python/samba/netcmd/user.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/python/samba/netcmd/user.py b/python/samba/netcmd/user.py >index 4f1bce8..844f7f0 100644 >--- a/python/samba/netcmd/user.py >+++ b/python/samba/netcmd/user.py >@@ -1604,7 +1604,7 @@ samba-tool user syncpasswords --terminate \\ > return > > def run_sync_command(dn, ldif): >- log_msg("Call Popen[%s] for %s\n" % (dn, self.sync_command)) >+ log_msg("Call Popen[%s] for %s\n" % (self.sync_command, dn)) > sync_command_p = Popen(self.sync_command, > stdin=PIPE, > stdout=PIPE, >-- >1.9.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:
asn
:
review+
slow
:
review+
Actions:
View
Attachments on
bug 12768
:
13198
| 13199