The Samba-Bugzilla – Attachment 15042 Details for
Bug 13882
Unable to run samba-tool on CentOS 6.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for 4.9
bug-13882-4-9.patch (text/plain), 1.11 KB, created by
Douglas Bagnall
on 2019-04-03 21:48:22 UTC
(
hide
)
Description:
patch for 4.9
Filename:
MIME Type:
Creator:
Douglas Bagnall
Created:
2019-04-03 21:48:22 UTC
Size:
1.11 KB
patch
obsolete
>From ee5926180bc02444de914f824297ffe7a052e93c Mon Sep 17 00:00:00 2001 >From: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> >Date: Thu, 4 Apr 2019 10:43:30 +1300 >Subject: [PATCH] py/provision: fix for Python 2.6 > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=13882 >Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> >--- > python/samba/provision/__init__.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/python/samba/provision/__init__.py b/python/samba/provision/__init__.py >index 066411ab8d7..20f6afa60cd 100644 >--- a/python/samba/provision/__init__.py >+++ b/python/samba/provision/__init__.py >@@ -1690,7 +1690,7 @@ def setsysvolacl(samdb, netlogon, sysvol, uid, gid, domainsid, dnsdomain, > > # use admin sid dn as user dn, since admin should own most of the files, > # the operation will be much faster >- userdn = '<SID={}-{}>'.format(domainsid, security.DOMAIN_RID_ADMINISTRATOR) >+ userdn = '<SID={1}-{2}>'.format(domainsid, security.DOMAIN_RID_ADMINISTRATOR) > > flags = (auth.AUTH_SESSION_INFO_DEFAULT_GROUPS | > auth.AUTH_SESSION_INFO_AUTHENTICATED | >-- >2.17.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
Actions:
View
Attachments on
bug 13882
:
15042
|
15043
|
15044
|
15045
|
15046