The Samba-Bugzilla – Attachment 13207 Details for
Bug 12765
smbcacls fails if no password is specified
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for 4.6.x/4.5.x with cherry-pick information
12765.patch (text/plain), 1018 bytes, created by
Christian Ambach
on 2017-05-10 22:43:01 UTC
(
hide
)
Description:
patch for 4.6.x/4.5.x with cherry-pick information
Filename:
MIME Type:
Creator:
Christian Ambach
Created:
2017-05-10 22:43:01 UTC
Size:
1018 bytes
patch
obsolete
>From 132fc536d35bee0779907456b9c329f55c63a695 Mon Sep 17 00:00:00 2001 >From: Christian Ambach <ambi@samba.org> >Date: Thu, 4 May 2017 12:21:45 +0200 >Subject: [PATCH] s3:smbcacls add prompt for password > >if no password was given, ask for one > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=12765 >Signed-off-by: Christian Ambach <ambi@samba.org> >Reviewed-by: Andreas Schneider <asn@samba.org> > >Autobuild-User(master): Christian Ambach <ambi@samba.org> >Autobuild-Date(master): Thu May 4 20:36:50 CEST 2017 on sn-devel-144 > >(cherry picked from commit 770edb6aab2a1c2cbd85b975511b33b5fc580f13) >--- > source3/utils/smbcacls.c | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/source3/utils/smbcacls.c b/source3/utils/smbcacls.c >index 255ff97..18fb8b0 100644 >--- a/source3/utils/smbcacls.c >+++ b/source3/utils/smbcacls.c >@@ -903,6 +903,7 @@ int main(int argc, char *argv[]) > > poptFreeContext(pc); > popt_burn_cmdline_password(argc, argv); >+ popt_common_credentials_post(); > > string_replace(path,'/','\\'); > >-- >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+
Actions:
View
Attachments on
bug 12765
:
13188
|
13189
| 13207